forked from playframework/playframework
-
Notifications
You must be signed in to change notification settings - Fork 3
ScalaHome
Guillaume Bort edited this page Nov 18, 2012
·
38 revisions
The Scala API for Play application developers is available in the play.api
package.
The API available directly inside the
play
package (such asplay.mvc
) is reserved for Java developers. As a Scala developer, look atplay.api.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
- Handling data streams reactively
- Reverse routing
- 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
- Securing your application