Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in playframework

Server Architecture for hosting Java PLAY application in the cloud

How to apply play-evolutions when running tests in play-framework?

Calling a service on startup in a Play application

Inject in scala object

scala playframework guice

Using Akka to make Web service calls from Play app

How to debug Play 2 Application built with Gradle

How can I deploy Play! framework application standalone (no war) and not include the source in app folder?

playframework

How to remove all default resolvers from a Play! application?

Play 2.4 - Slick 3.0.0 - DELETE not working

What is the difference between Silhouette and Deadbolt 2 in Play Framework

Setting DNS lookup's TimeToLive in Scala Play

scala playframework dns ttl

Unauthorized: You must be authenticated to access this page. - When passing play forms

scala playframework

How to apply a global filter in playframework

filter playframework

Play 2.1 Json serialization for traits?

How to rewrite synchronous controller to be asynchronous in Play?

Explicitly output JSON null in case of missing optional value

json scala playframework

Why does play-json lose precision while reading/parsing?

Where to put service classes in Play Framework?

playframework

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)