forked from playframework/playframework
-
Notifications
You must be signed in to change notification settings - Fork 3
JavaHome
Guillaume Bort edited this page Nov 18, 2012
·
32 revisions
The Java API for the Play application developers is available in the play
package.
The API available in the
play.api
package (such asplay.api.mvc
) is reserved for Scala developers. As a Java developer, look atplay.mvc
.
- HTTP programming
- Asynchronous HTTP programming
- The template engine
- HTTP form submission and validation
- Working with Json
- Working with XML
- Handling file upload
- Accessing an SQL database
- Using the Cache
- Calling WebServices
- Integrating with Akka
- Internationalization
- The application Global object
- Testing your application
- HTTP programming
- Asynchronous HTTP programming
- The template engine
- HTTP form submission and validation
- Working with JSON
- Working with XML
- Handling file upload
- Accessing an SQL database
- Using the Cache
- Calling web services
- Integrating with Akka
- Internationalization
- The application Global object
- Testing your application