I am working on the design for a series of websites built on the Play! Framework and Scala. Each site will have its own data models, but they will also need to share a few user related tables with each other.
Whats the best way to organize those user table models so that the code can be easily shared among the different web site projects?
I am currently using IntelliJ so any solutions that target that IDE specifically would be greatly appreciated.