Skip to content
pk11 edited this page Nov 16, 2011 · 39 revisions

Play 2.0 for Scala developers

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

The API available directly inside the play package (such as play.mvc) is reserved for Java developers. As a Scala developer, look at play.api.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. Caching
  8. Testing your application
  9. Writing Plugins

Tutorials

(todo)

Clone this wiki locally