VOOZH about

URL: https://www.javacodegeeks.com/author/brian-porter

⇱ Brian Porter, Author at Java Code Geeks


  • Enterprise Java👁 Image
    Brian PorterMarch 9th, 2016
    0 110

    How to add auto-update the Version Number of a Play Framework 2.X Project

    I wanted to have Version numbers that get automatically updated when I want to release a new version, so I…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Brian PorterAugust 18th, 2015
    1 183

    It’s easy to document your Play Framework REST API with Swagger

    This post orig­i­nally ran on http://​swag​ger​.io (7/30/2015) I hav­ing been using Play Frame­work as a Java-based, lightning-fast REST back­end frame­work…

    Read More »
  • Enterprise Java👁 Image
    Brian PorterOctober 17th, 2014
    0 262

    How to use Hibernate to generate a DDL script from your Play! Framework project

    Ok, so you have been using the hiber­nate prop­erty name=“hibernate.hbm2ddl.auto” value=“update” to con­tin­u­ously update your data­base schema, but now you…

    Read More »
  • Desktop Java👁 Image
    Brian PorterAugust 27th, 2014
    3 4,878

    Programming a simple slot machine game using Java

    No mat­ter how sim­ple or com­plex the game is, Java can do the job! On this post, let’s take a look…

    Read More »
  • Enterprise Java👁 Image
    Brian PorterApril 4th, 2014
    2 153

    How to implement a Session Timeout in Play Framework 2

    If you fol­low the Play Frame­work 2 guide for imple­ment­ing authen­ti­ca­tion: http://​www​.playframe​work​.com/​d​o​c​u​m​e​n​t​a​t​i​o​n​/​2​.​2​.​2​/​J​a​v​a​G​u​i​de4 — you will notice that there is no…

    Read More »
  • Enterprise Java👁 Image
    Brian PorterJanuary 14th, 2014
    0 300

    How to configure an SSL Certificate with Play Framework for https

    I spent hours try­ing to get this to work, and in the end, then prob­lem was that I did not…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Brian PorterJuly 9th, 2013
    0 227

    How to use Reflection to Document your Data Model based on JPA Annotations

    So using JPA, Hiber­nate or EBeans is cool when you can just anno­tate your Java classes, but haven’t you always…

    Read More »
  • Enterprise Java👁 Image
    Brian PorterMarch 1st, 2013
    0 78

    Using twitter4j with Play! Framework and Secure Social is this easy

    Dur­ing yesterday’s per­sonal Hackathon, I started a project which I might intro­duce here some­time. But the coolest rev­e­la­tion was (again)…

    Read More »
Back to top button
Close