More Than One FieldConstructor with Play Framework

Posted on Sun 08 February 2015 in Development • Tagged with java, play_framework

Often times in the Play Framework, I need to have more than one custom field constructor. Figuring out how to do this the first time took a lot of work to get it right. Here I discuss how you can create and use more than one custom field constructor in …


Continue reading

Writing a Play Framework Plugin in Java

Posted on Tue 27 January 2015 in Development • Tagged with java, play_framework

I really like using the Play Framework to write simple web applications and REST interfaces. One of the interesting things about the Play Framework is that it is meant to be both stateless and asynchronous. The stateless nature of the framework makes it easy to scale very quickly, since all …


Continue reading