The Play framework documentation is kind of weak when it comes to module creation.
- How does one creates a Module ?
- I've read that large applications could be split across several modules, how ?
- What can/can't be done with a module ? (any access to low level api ?)
- Can a play module expose abstract JPA classes ?
- What's the best way to package a module ?
- How to deploy/distribute a play module ?
I think you get the idea... tell us all about Modules using the Playframework.