Sep
25
quick&easy: Sharing a domain model between two Play! apps
If you have a couple of play! apps that have a common domain model, the easiest way to share that model is to put it into a module. play new-module my-shared-model generates an empty module in the current directory. Put Read more