Skip to content
Guillaume Bort edited this page Nov 2, 2011 · 27 revisions

Play 2.0 for Java developers

The Java API for the Play 2.0 application developers is available into the play package.

API available into the play.api package like play.api.mvc are reserved for Scala developers. As a Java developer looks at play.mvc.

Manual (first draft)

  1. Controllers and Actions
  2. HTTP Routing
  3. The templating system
  4. Handling form submission and validation
  5. Application global settings
  6. Accessing an SQL database
  7. Using the Ebean ORM

Tutorials

  1. ‘Hello World’ tutorial — Your first Play 2.0 application
Clone this wiki locally