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
- Host: GitHub
- URL: https://github.com/h3adache/scalatrascalate
- Owner: h3adache
- Created: 2010-08-03T14:57:38.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2014-11-14T18:08:43.000Z (over 10 years ago)
- Last Synced: 2025-04-15T05:43:17.623Z (about 2 months ago)
- Language: Scala
- Homepage: http://h3adache.github.com/scalatrascalate/
- Size: 148 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
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-runbrowse to http://localhost:8080 to see the results.