All Projects → scalatra → Scalatra In Action

scalatra / Scalatra In Action

Example code for the forthcoming book Scalatra in Action, to be published by Manning

Programming Languages

shell
77523 projects

This repository contains the sample code for the Scalatra in Action book.

Each chapter has a code listing. The instructions for building the listings boils down to:

  • have a JDK installed
  • change into the top-level directory of the application (e.g. cd chapter02/scalachat).
  • make sure the file sbt is executable (i.e. chmod +x sbt on *nix), or that you've installed sbt if you're on Windows.
  • run sbt: ./sbt (on *nix) or sbt (on Windows). This will download a large number of dependencies.
  • type container:start at the sbt prompt
  • visit the running application in your browser, at http://localhost:8008
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].