I write C# commerically and I am using Scala IDE ( Eclipse) at home. I want to be able to structure my project so I have a play component (.NET equivalent Assembly / VS Project) and another component which is the Core (Model, Services etc)
How do I do this in the Java / Scala world with Jars etc. How do I structure this in eclipse to get these results?
Cheers.