forked from playframework/playframework
-
Notifications
You must be signed in to change notification settings - Fork 0
BookJavaHome
Peter Hilton edited this page Feb 13, 2012
·
2 revisions
The Java API for the Play 2.0 application developers is available in the play package.
The API available in the
play.apipackage (such asplay.api.mvc) is reserved for Scala developers. As a Java developer, look atplay.mvc.
- Deploying your application
- Creating a standalone version of your application
- Additional configuration
- Deploying to Heroku
- Deploying to Cloud Foundry
- Deploying to dotCloud
- Set-up a front-end HTTP server
- Installing Play 2.0
- Creating a new application
- Anatomy of a Play 2.0 application
- Using the Play 2.0 console
- Setting-up your preferred IDE
- Sample applications