I'm new with the Play framework, and looks everything very straightforward, I have just one issue still: Which are the ways to handle a multiproject dependence with it?
I've tried to follow this but I cannot use the import http://www.playframework.com/documentation/2.2.1/SBTSubProjects
Something like this How to import custom package in JAVA in PLAY framework
But I have to import development code, is there a way to avoid to compile it to JAR every time?
I would like to avoid to integrate this separate project in the code and I would like to keep it externally, maybe in a custom folder like lib, called "ext" or such.
As already mentioned, I would like to know if there are different ways to handle such a thing, how would you do that?