playframework
Is there a way to change an Oracle connection on the fly in Play! Framework?
I currently work in a project where each user has his own schema in Oracle 11g DB. This design was done because all the security roles and privileges to access the Oracle tables are stored in the DB.[详细]
2023-04-06 09:49 分类:问答The strategy about how to use the GWT and PlayFramework together
Does it make sense to use Play just for making the main layout, and use GWT-compoments (like # {some_gwt_component}) if it\'s needed (for example to implelemnt this component with jquery/javascript/ht[详细]
2023-04-06 08:29 分类:问答How do I use the field tag in a user defined tag with the Play! Framework?
Right now I have a view like this that works. #{form @UserCreate.create()} #{field \'user.email\'} #{text field /}[详细]
2023-04-06 06:25 分类:问答Yml files in Play framework: can they refer to one another
In my application, I want to initialize it with large data. when I wrote all these data in one YML file it was about 4 MB but then the application didn\'t start making a java heap space error. when I[详细]
2023-04-06 05:47 分类:问答In the play framework, how do I run just one selenium test suite and have it run automatically?
I am doing Test Driven Development using the Play Framework and want to keep run the current failing test quickly.I am finding clicking Start! to be to slow since I have a mostly开发者_JAVA百科 keyboa[详细]
2023-04-06 05:33 分类:问答Using Java models with Scala. (value findById is not a member of object)
Ok I\'ve found that using Java models is a lot easier than the whole Scala Anorm stack.I want to use Java models with Scala controllers.Scala finds the methods I\'ve written in the model but not the i[详细]
2023-04-06 04:36 分类:问答How to access the development database with the Play! framework?
I want to see the tables of my Play! application with the H2 console, but all I see is a list of internal tables of the db engine. How can I view the tables of my app开发者_Go百科lication?[详细]
2023-04-06 04:24 分类:问答@OnApplicationStart not working in Play framework
I have a class @OnApplicationStart public class OnStartManager extends Job{ private DataGridServiceManagerdataGridServiceManager = null;[详细]
2023-04-06 02:58 分类:问答Submitting variable length forms based on user input
I\'m trying to wrap my head around this.My language is Java using PlayFramework but I think any answer using php, or ruby on rails would get me in the right direction.Basically the user can add or tak[详细]
2023-04-06 01:26 分类:问答Play! templates - passing dynamic string to javascript doesn't work?
Basically, in the controller, something dynamic happens, and I pass a non-static string to the view: String token = \"\";[详细]
2023-04-06 01:07 分类:问答