Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in playframework-2.0

Setting HTTP headers in Play 2.0 (scala)?

Play 2.0 templating - Scala `match` and `val` do not compile in a view template

How to create custom INSERT INTO query in Ebean?

How to generate a new application.secret in Play 2.x

playframework-2.0

How to access Play Framework 2.4 guice Injector in application?

Guice and Play2 Singleton from trait

Play! framework. template "include"

Mapping Collection of String and Enum with Ebean (Play 2.0)

Best practice: catching failure points in java.net.URL

Intellij-idea 12 Scala support : it consumes almost 300% of my cpu resources

Compile java files programmatically

How to handle exceptions in a playframework 2 Async block (scala)

Heroku memory leak with Play2 scala

Play Framework 2 Ebean and InheritanceType as JOINED

Play 2.0 form - field "verifying" method is not a member

How to manage Authentication/Authorization for user requests sent from native mobile apps calling Play2!-Scala REST services

How to rewrite synchronous controller to be asynchronous in Play?

Is play! Framework 2.0 suitable for creating a REST API?

What is the use of unapply in this sample Play framework code (Form mapping)