Skip to content
pk11 edited this page Jan 17, 2012 · 33 revisions

Play 2.0 for Java developers

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

The API available in the play.api package (such as play.api.mvc) is reserved for Scala developers. As a Java developer, look 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
  8. Working with JSON
  9. Making HTTP calls
  10. Caching
  11. Using cookies
  12. Testing your application
  13. Writing Plugins
  14. Using Play as a Library

Tutorials

(todo)

Clone this wiki locally