simple library project with playframework 2 -
i wondering best approach create simple library project playframework2 or sbt.
the project contain several java classes no web dependencies, , included in few different play projects library jar.
is there way create stripped down play or sbt project create small jar?
i saw there sub-projects in play/sbt library project utilized in more 1 application, , built , published maven repository artifact. project setup included in continous build/integration environment.
thanks in advance, matt
a better way write play module. easy create. see blog: http://www.objectify.be/wordpress/?p=363
to use module, apps' build.sbt or build.scala include module dependency.
Comments
Post a Comment