Scalatra in Action
- Length: 280 pages
- Edition: 1
- Language: English
- Publisher: Manning Publications
- Publication Date: 2016-05-23
- ISBN-10: 1617291293
- ISBN-13: 9781617291296
- Sales Rank: #493986 (See Top 100 Books)
Summary
Scalatra in Actionintroduces the Scalatra framework and the Sinatra model. It covers the framework in its entirety, starting with concepts like request routing, input handling, actions, and HTTP responses, then proceeds to more advanced topics, such as data access, handling heavy load, asynchronicity, securing applications, designing and documenting RESTful APIs, and real-time web programming.
Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
About the Technology
Scalatra is a lightweight Scala web framework similar to the popular Ruby-based Sinatra. It’s perfect for running real-time applications on multicore servers, and is a fast way to spin up web apps and build HTTP APIs for mobile, Backbone.js, and AngularJS apps.
About the Book
Scalatra in Actioncovers the Scalatra framework in its entirety, starting with concepts such as request routing, input handling, actions, and HTTP responses. For readers who don’t already know Scala, the book introduces the Scala language and sbt, the Simple Build Tool. You’ll learn how to use Scalatra’s powerful templating engine, Scalate. It also covers advanced topics such as data access, handling heavy load, asynchronicity, securing your application, designing RESTful APIs, and real-time web programming.
What’s Inside
- Make clean templates using Scalate
- Integrate with libraries that supplement Scalatra
- Write tests using Specs2
- Integrate Scalatra with databases
About the Reader
Readers should be familiar with the basics of HTTP, REST, and web applications. No experience with Scalatra, Sinatra, or Scala is required.
About the Authors
Dave Hrycyszyn is technical director for a London-based agency specializing in agile software design and development. Stefan Ollinger is an active Scalatra contributor. Ross A. Baker is a Senior Cloud Engineer, a Scalate commiter, and organizer of the Indy Scala meetup.
Table of Contents
PART 1 INTRODUCTION TO SCALATRA
Chapter 1. Introduction
Chapter 2. A taste of Scalatra
Chapter 3. Routing
Chapter 4. Working with user input
PART 2 COMMON DEVELOPMENT TASKS
Chapter 1. Handling JSON
Chapter 2. Handling files
Chapter 3. Server-side templating
Chapter 4. Testing
Chapter 5. Configuration, build, and deployment
Chapter 6. Working with a database
PART 3 ADVANCED TOPICS
Chapter 1. Authentication
Chapter 2. Asynchronous programming
Chapter 3. Creating a RESTful JSON API with Swagger