scalatra-maven-prototype is a port of scalatra-sbt-prototype as an Apache Maven project.
scalatra-sbt-prototype is the defacto getting started example for the Scalatra framework. It uses SBT, which is great. This is its port to Apache Maven.
Why Apache Maven? So that your Scalatra project plays nice with your existing Maven infrastructure.
-
Clone this repository:
git clone git://github.com/Srirangan/scalatra-maven-prototype.git my-app
-
Change directory into your clone:
cd my-app
-
Maven build
mvn install
-
Start Jetty
mvn jetty:run
-
Go to http://localhost:8080/
Learn more about Scalatra