In my application I have开发者_JS百科 to simulate various situations for analysis. Thus insert a (very) large amount of lines into a database. (We\'re talking about a very large amount of data...sever
I\'m thinking about using Play for a large-scale project, so, has anyone battle-tested Play framework for OWASP Top 1开发者_JS百科0?Are there any security problems you know of in Play framework?On the
Usually with the Play framework, when you upload a file, it appears as a File object to the controller, and the file itself is stored in a tmp f开发者_开发百科older. In GAE this won\'t work because GA
I am trying to connect to an existing Sybase database using Play Framework JPA. @Entity @Table(name=\"trade\")
In the play framework documentation, th开发者_运维技巧ere are two different ways to handle an action with validation errors :
Everyone I was wondering if anyone knows of any Java libraries 开发者_开发百科that are similar to or offer the same functionality as CanCan (Ruby on Rails). Would love to know your experiences with th
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
I\'m using Jackson to build a custom JSON object.Is the correct way of going about this? It seems to work well (and the output is correct) but I may be missing the way I use JsonNodeFactory.Is the ob
The Goal is to have a list of options (that a user can chose through radio buttons) in one place(for eg: a yaml config file). No other place should have t开发者_运维百科his list hard-codedI\'ve done s
In my Play application I have a model with a created field of type Instant. It\'s populated using a @PrePersist hook which just sets it to a new Instant(). The default timezone is correctly detected a