Pro Scala: Monadic Design Patterns for the Web

Pro Scala: Monadic Design Patterns for the Web
Authors
Gregory Meredith
ISBN
143022844X
Published
01 Apr 2010
Purchase online
amazon.com

Already know some Scala, but want to take the next step and make practical use of modern monadic design patterns? This is the book for you.This book addresses advanced programming techniques in Scala from the point of view of design patterns for web development. These patterns are discussed across the whole of the processing pipeline, from HTTP requests to storage and back again.

Editorial Reviews

Already know some Scala, but want to take the next step and make practical use of modern monadic design patterns? This is the book for you.

This book addresses advanced programming techniques in Scala from the point of view of design patterns for web development. These patterns are discussed across the whole of the processing pipeline, from HTTP requests to storage and back again. Major emphasis is placed on key abstractions from functional programming that are often considered out of the purview of the professional programmer, but that are of key practical importance. Specifically, the book will look at

  • Monadic design patterns
  • Zippers and data type differentiation
  • Delimited continuations

These will be applied to commonplace problems facing the server side of a web application, including

  • IO streams of HTTP requests
  • Mapping URLs to locations in in-memory and persisted data structures
  • Mapping in-memory data structures to storage
  • Managing state in an application that supports presence-based editing

What you’ll learn

  • Understand monadic design patterns, the new “object” technology.
  • Apply DSL-based design in a functional setting.
  • Hack at the type level.
  • Program at the boundary between structure and control.
  • Dive into the jQuery UI tools and create image gallery management tools that will allow users to drag and drop photos to reorder the gallery.

Who this book is for

This book is for programmers with some experience of Scala who want to master modern monadic design patterns and use them for the Web.

You might also like...

Comments

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Programs must be written for people to read, and only incidentally for machines to execute.”