playframework
How do I prevent browser caching with Play?
Part of my app provides a file to be downloaded using the redirect() method.I have found that Chrome (and not Firefox or IE, weirdly) is caching this file so that the same version gets downloaded even[详细]
2023-04-08 02:32 分类:问答http.request listener
I need my Play! application to accept http POST from other server. Is there some simple way开发者_JAVA百科 how to manage external http post, get data and sent response?[详细]
2023-04-08 02:28 分类:问答How can I require a library newer than the one required by the Play! Framework?
I need a newer version than 1.5开发者_C百科 of the oval framework, so I try to add it to the dependencies but play requires 1.5 which overrides my dependency.How do I force play to let me use a newer[详细]
2023-04-07 19:26 分类:问答Java Play Framework Hidden Url Routes
Is it possible to hide/mask the urls in the java play framework. The problem I have come across is I want a user to be able to log in and view messages belonging to them but I do not want any old user[详细]
2023-04-07 18:07 分类:问答how to implements find() or findById() methods for embeddedId in Play framework
I have worked with play framework lately for creating project, thanks you so much for my friends in this forum for your assist. Now days i have a problem in play again. I have some model classes that[详细]
2023-04-07 13:50 分类:问答Play can't read Heroku config vars when parsing application.conf
I am deploying an app written with Play! Framework 1.2.3 to heroku (cedar stack) and I am setting some environment variables via[详细]
2023-04-07 12:44 分类:问答CRUD module does not support Calendar type?
CRUD module is so cool but small problem. I am using \'Calendar\' types in model classes, and they do not appear in CRUD pages.[详细]
2023-04-07 10:54 分类:问答Use smartGwt with playframework
Please Ho开发者_如何学编程w can I integrate smartGwt 2.3 with play?, I\'m using GWT2 [gwt2] module 1.8, but I don\'t know how to add smartgwt componentsWell it runs with this configuration[详细]
2023-04-07 00:56 分类:问答restful POST in Play
I have been following some Play! framework tutorials, but I cannot get the simplest of examples to work.[详细]
2023-04-06 23:48 分类:问答type mistmach for notmodified enum while loading Fixtures
I\'m using @ApplicationStart job to fill dev db with some values, but i\'m encountering strange behavoiur after i clear it with:[详细]
2023-04-06 16:51 分类:问答