Roadmap to Play Scala 1.0
This version is still in beta but can already be used to create complete Play applications using Scala as main language. Most of the API is stabilized and future versions will just improve compatibility with the existing Play features.
Missing features
Before completing the 1.0 version of Play Scala we need to work on the following aspects:
- Rework the MVC layer to make it easier to compose Actions.
- Add proper JSON support — Probably using Lift JSON
- Provide an API to work with the Play async features.
- Integrate Akka actors
- Provide a type safe way to express routes directly in Scala
- So probably move to Scala 2.9.
Any help on these subjects is welcome.