Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in playframework

Invalid project name after IntelliJ update in Java Play SBT

How to define a Map in a YAML file in the Play! framework?

Play framework job queue

Recursive blocks in Scala Play Framework templates

playframework 2.0 - exceeded max_user_connections on database evolutions?

Mixing JavaScript and Scala in a Play template

Play 2.0 Framework, using a BodyParser with an authenticated request

parsing scala playframework

Splitting a Play! 2 application into modules

scala playframework

Understanding the "Welcome to Play 2.0" page creation

How to retrieve a specific field from an entity using Morphia and Play framework in Java

Assets is already defined as object Assets

Can I use Scala List with Slick (Play)?

Connecting to MSSQL(jtds) with Play and Slick

nginx configuration for PlayFramework static files [closed]

What are the options to use JDBC in a non-blocking way in Play?

scala jdbc playframework

Does Scala IDE has *.sbt syntax highlighting support?

scala playframework ide

Error rendering React.js using JVM Nashorn (Play Framework). I get "null is not a function"

Slick 3.0.0 - How to sortBy on a query with joinLeft

Testing actors using dependency injection in play framework 2.4.x

Is each Play framework web request handled with a new dependency injected controller instance, but then what about static controller methods?