forked from playframework/playframework
-
Notifications
You must be signed in to change notification settings - Fork 0
JavaHome
Guillaume Bort edited this page Nov 2, 2011
·
27 revisions
The Java API for the Play 2.0 application developers is available into the play
package.
API available into the
play.api
package likeplay.api.mvc
are reserved for Scala developers. As a Java developer looks 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 web services
- Integrating with Akka
- Internationalization
- The application Global object
- Testing your application