You are viewing the documentation for the 2.4.11 release in the 2.4.x series of releases. The latest stable release series is 3.0.x.
§Play for Java developers
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
.
Main concepts
- HTTP programming
- Asynchronous HTTP programming
- The template engine
- 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
- Logging
Advanced topics
Next: Main concepts