Documentation

You are viewing the documentation for the 3.0.1 release. The latest stable release series is 3.0.x.

§Advanced topics for Scala

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

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 Pekko HTTP Server
  2. Embedding Play with Netty Server

Next: Advanced routing