I have a controller Foo in play framework scala project: In Foo controller (in Foo.scala) I have action
I don\'t have much experience in frameworks or languages, so i need your help. Here\'s what i\'ve done so far so you can understand where i\'m coming from.
it\'s my first post here :) I have a problem with the CRUD module. I want to add more filter on the list but I don\'t success to understand the Factory Model. I have this code:
From their website http://www.playframework.org/documentation/1.0/faq \" The biggest CPU consumer in the Play stack at this time is the template engine based on Groovy. But as Play applications are e
Mainly I work with JSF so am totally new to this annotation subject If anyone can help I wanna a list from this query
I am looking for a way to send serialized objects (or simply strings) to a PlayFramework model or controller object through a remote JVM.
Whenever I run Automated Tests on开发者_运维技巧 my site, all the tables get cleaned to 0 rows. Is that by design? How do I prevent them?
I have an action in Controller that is secured with @Check annotation. @With(Secure.class) public class Application extends Controller {
For example, Play-framework supports RESTful services like this: RESTful on Play! framework How does this compare to something like Jax-RS Jersey implementation?Does a framework like Play run circles
I have really simply domain model in scala: package models import org.joda.time.DateTime import com.google.code.morphia.annotations.Entity;