An open API service indexing awesome lists of open source software.

https://github.com/h3adache/scalatrascalate

Sample of using Scalatra with Scalate for view separation and sbt as a build tool
https://github.com/h3adache/scalatrascalate

Last synced: about 2 months ago
JSON representation

Sample of using Scalatra with Scalate for view separation and sbt as a build tool

Awesome Lists containing this project

README

        

This is a simple example of using scalatra with scalate.
It uses sbt to build but you can also run:

sbt make-pom && mvn package if you want to use maven.

This is meant to accompany the tutorial at http://h3adache.github.com/scalatrascalate/

To build and run this example:

git clone git://github.com/h3adache/scalatrascalate.git
cd scalatrascalate
sbt
# while inside sbt
> update
> jetty-run

browse to http://localhost:8080 to see the results.