The original Play Framework 1.x had an elegant and simple module management system. Coupled with the Play repository, it was a great way to quickly enhance
Quoting Guillaume Bort from the mailing list:
modules are just standard subprojects. [...] now as everything is compiled, your module routes file must define its own route for controllers.Assets.at By the way, the route inclusion between modules is not ready yet. Will work on that soon.
modules are just standard subprojects.
[...] now as everything is compiled, your module routes file must define its own route for controllers.Assets.at
By the way, the route inclusion between modules is not ready yet. Will work on that soon.