In the previous part of the tutorial we created a simple application from scratch and setup Eclipse so we could edit the scala files for scalatra. In this second part of the tutorial you'll learn how to do the following:
How to start scalatra with embedded Jetty for easy testing and debugging Create a simple REST API that returns JSON data Test your service using specs2