forked from playframework/playframework
-
Notifications
You must be signed in to change notification settings - Fork 0
ScalaHome
Guillaume Bort edited this page Nov 2, 2011
·
39 revisions
The Scala API for the Play 2.0 application developers is available into the play.api package.
API availables directly into the
playpackage likeplay.mvcare reserved for Java developers. As a Scala developer looks 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