I want to deploy an app in Heroku to try their ne开发者_如何学Cw Play! Framework support. For what I\'ve read in the site (I gotta confess I did not try it yet) they don\'t provide any file system. Th
Some of my Play Framework views will accept normal request (GET via a link) and ajax request (called from a javascript code if the user have js enabled).
I\'m using siena in a playframework app, also with google开发者_Go百科 app engine. I would like to build a query to get entities filtering with a field \"date\" of type java.util.Date, if it\'s possib
I am using Play Framework and play.libs.OAuth, trying to connect to Twitter using the following code:
I have some repetitive select tags in my html therefore I want to create a custom select tag in playwhich will take as a parameter the name attribute of select (which can be done easily) and a list ob
Here is my situation. I have a play app which uses the guice module. In order to work with the guice module:
I\'m winding throught this Yabe tutorial and have been happily ge开发者_StackOverflow中文版t bugs and solving them on my own.... until now.
What is the purpose of manual web routing? Why doesn\'t everyone just automatically map between URLs and module/method/function names?
Because of dependencies on a project I am working on developing a web application using the Play!Framework, I have to configure logback to prevent it from flooding my output with DEBUG messages.
Instead of putting all the i18n resources into a single mess开发者_开发百科age file, I want to divide them into several files. Anybody can kindly tell me how can I do that? because the documentation o