Documentation

You are viewing the documentation for the 2.6.7 release in the 2.6.x series of releases. The latest stable release series is 3.0.x.

§Advanced topics for Scala

This section describes advanced techniques for writing Play applications in Scala.

Handling data streams reactively

  1. Iteratees
  2. Enumerators
  3. Enumeratees

Advanced routing

  1. String Interpolating Routing DSL
  2. Javascript routing
  3. Custom Binding

Extending Play

  1. Writing Play modules
  2. Migrating from Plugins API

Embedding Play

  1. Embedding Play with Akka HTTP Server
  2. Embedding Play with Netty Server

Next: Handling data streams reactively