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

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -