Top "Playframework" questions

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

Web Frameworks: How is Play different from Spring MVC?

The Play Framework offers the following quick overview, but with the exception of the Groovy template engine (which you can …

java spring-mvc playframework
How do I add Jars to the classpath in Play Framework?

My project needs to use some third-party jars. I assume I drop these in the lib/ directory in my project, …

java eclipse playframework playframework-1.x
How to convert Scala Map into JSON String?

For example, I have this Map value in Scala: val m = Map( "name" -> "john doe", "age" -> 18, "…

json scala playframework playframework-2.0
How to use Twitter Bootstrap 2 with play framework 2.x

I know that current Play! distribution has a helper for Bootstrap 1.4. What should I do if I want to use …

twitter-bootstrap playframework playframework-2.0 twitter-bootstrap-2
Intellij IDEA can not resolve symbol with Play framework

I am using IDEA 13 with Play 2.2.1 and was doing the examples on the play site. public static Result index() { return …

intellij-idea playframework
How to make the debugging in playframework in IntelliJ Idea

Here we have a link http://www.playframework.org/documentation/1.0.1/ide about how to configure playframework to be working with …

debugging playframework
ProcessBuilder gives a "No such file or directory" on Mac while Runtime().exec() works fine

I have an application, running on the Playframework, which needs to encode some video files. I used Process pr = Runtime.…

java playframework runtime.exec processbuilder
How to find out which Play version I'm using?

Kinda silly question, but I used Activator to get started with the play framework, and now need to see what …

scala playframework typesafe-activator
Play framework can't find javac

I'm following a play tutorial when I run the web server before making any changes to the app. The server …

java windows playframework
Limit Java Heap Space for play framework globaly

I have a very old linux system and installed java and play framework. When I run java I get: java …

java playframework