Play is based on a lightweight, stateless, web-friendly architecture and features predictable and minimal resource consumption (CPU, memory, threads) for highly-scalable applications.
I have a C# program that sends me a json object. I'm making a Java Play website to capture the …
java json jackson playframework-2.2I am using latest version of Play Framework and it's JSON lib like this Json.toJson(obj). But toJson is …
json scala playframework playframework-2.2I have a login route that should transmit its input parameters as POST variables. I have defined my route like …
playframework playframework-2.2PLAY FRAMEWORK JAVA: I am trying to get the name of the URL that requested the controller function. For example , …
java playframework playframework-2.2I am building a web application with PLAY framework 2.2.1 and am trying to display all available http get query parameters …
java playframework http-get playframework-2.2I have an equivalent of the following model in play scala : case class Foo(id:Int,value:String) object Foo{ …
json scala playframework-2.2I've been trying to create an Http.Context for tests using its constructor unsuccessfully. Does anybody see what I'm doing …
java unit-testing playframework playframework-2.2I am currently working on a Play! project that has the following architecture: Controllers -> Services (actors) -> …
akka playframework-2.2I have a static file that I want to read in one of my Play Framework models. The file contains …
scala playframework playframework-2.2Looks like Play Json Library is unable to serialize Scala Collections. Is there any alternative. I just need to dump …
json scala playframework-2.2