Ok so, i have this site that i am putting together in the play framework. It basically connects to an FTP site on the back end, retrieves a list of folders/files ...
I have a java.sql.Time field in a model that I'm trying to populate from a form submission. Whatever format it's expecting for those values isn't the one(s) I want to use, ...
I develop an application using the Play! Framework which makes heavy use of the javax.script Package, including the ScriptEngine. As ScriptEngines are expensive to create and it would make sense to ...
I'm just getting a hang of using Jobs for long running tasks.
Jobs are run on a seperate thread, therefore I cannot access any ThreadLocal variables like the current Request or the ...
I'm using the Play framework to build a web app which integrates with Salesforce via their REST API. In order to send an upsert command to their interface, it seems ...
Should all feature requests be submitted under Play 2.0 in Lighthouse, or under Play Framework (Play 1.X is in maintenance mode)?
Is there something I should do to ...