forked from playframework/playframework
-
Notifications
You must be signed in to change notification settings - Fork 0
Enumeratees
Sadek Drobi edited this page Feb 5, 2012
·
14 revisions
Enumeratee is a very important component of the iteratees api. It provides the means for adapting and tranforming streams of data.
An Enumeratee that might sound familiar is the Enumeratee.map. Let's say we have an Iteratee[A,E]
- 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