scalatra / scalatra-embedded-jetty.g8

A g8 template to run a scalatra app with an embedded jetty

Home Page:http://scalatra.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scalatra project

g8 template to get a Scalatra web service up and running quickly. The template generates a project that uses SBT 0.11.x. The project will build under SBT 0.10.x with minor changes. The project will not build under 0.7.x versions of SBT.

Usage

Install giter8 (g8) - readme for more information.

Install SBT 0.11.x - Setup for more information.

In a shell, run the following:

g8 scalatra/scalatra-embedded-jetty
cd <name-of-app>
sbt run

You should be able to browse to a test resource

About

A g8 template to run a scalatra app with an embedded jetty

http://scalatra.org


Languages

Language:Shell 81.2%Language:Scala 18.8%