Wednesday, 15 August 2012

Maven Archetypes for Scala web app -



Maven Archetypes for Scala web app -

is there maven archetype building reactive web app with, akka, , nosql database mongo db deploy in sbt?

archetype not important. project must have right anatomy.

for example:

project |_build.properties <= specifies version of sbt utilize |_build.scala <= dependencies , project config set in here |_plugins.sbt <= sbt plugins can added here src |_ main | |_ scala | | | |_scalatrabootstrap.scala <= mount servlets in here | | |_org | | |_ yourdomain | | |_ projectname | | |_ myscalatraservlet.scala | |_ webapp | |_ web-inf | |_ views | | |_ hello-scalate.scaml | |_ layouts | | |_ default.scaml | |_ web.xml |_ test |_ scala |_ org |_ yourdomain |_ projectname |_ myscalatraservletspec.scala

scala maven akka reactive-programming

No comments:

Post a Comment