Top "Playframework" questions

Play Framework is a modern open-source web framework for Java and Scala.

Play Framework 2: Read the application version defined in Build.scala

I use the Play Framework 2.0 (2.0.3). I have a Java project and want to read the application version (appVersion) defined in …

java playframework playframework-2.0 version
Experiences on free and low-cost hosting for play framework applications?

I'd like to know your experience finding a host for play applications on free or low-cost servers So far now …

hosting playframework cloud-hosting
What is Play framework web server

Do anyone know which web server is used by play! framework? I'm planning to prototype a small intranet app using …

playframework
Sending Emails in Playframework 2.0

In Playframework 2.0, it does not appear to be as simple to send emails (see comments on Using sendmail as SMTP …

playframework playframework-2.0
How is Akka used in Play?

Play's home page says: Built on Akka, Play provides predictable and minimal resource consumption (CPU, memory, threads) for highly-scalable applications. …

scala playframework akka
How to config PlayFramework2 to support SSL?

I've read How to configure playframework server to support ssl and I also tried to follow http://www.playframework.org/…

ssl playframework playframework-2.0
Postgresql with Play Framework

Im trying to use Postgresql with Play for their Yabe tutorial and get this error: Cannot connected to the database, …

playframework playframework-1.x
unexpected token: VALUES near line 1, column 57

JPA.em("default").createQuery("insert into USER (FULLNAME, EMAIL, USERNAME, PASSWORD) " + " VALUES (\'"+fullname+"\',\'"+email+"\',\'"+username+"\…

playframework syntax-error sql-in
Why does Future's recover not catch exceptions?

I'm using Scala, Play Framework 2.1.x, and reactivemongo driver. I have an api call : def getStuff(userId: String) = Action(implicit …

scala playframework reactivemongo
Authentication in Play 2.3.x

I'm using the Play! framework v2.3 (Java) and I want to add some user authentication to my web app, ie …

java authentication playframework playframework-2.0