EBOOK

Reactive Web Applications

Covers Play, Akka, and Reactive Streams

Manuel Bernhardt
(0)
Pages
328
Year
2016
Language
English

About

Reactive Web Applications teaches web developers how to benefit from the reactive application architecture and presents hands-on examples using the Play framework.

About the Technology

Reactive applications build on top of components that communicate asynchronously as they react to user and system events. As a result, they become scalable, responsive, and fault-tolerant. Java and Scala developers can use the Play Framework and the Akka concurrency toolkit to easily implement reactive applications without building everything from scratch.

Reactive Web Applications teaches web developers how to benefit from the reactive application architecture and presents hands-on examples using Play, Akka, Scala, and Reactive Streams. This book starts by laying out the fundamentals required for writing functional and asynchronous applications and quickly introduces Play as a framework to handle the plumbing of your application. The book alternates between chapters that introduce reactive ideas (asynchronous programming with futures and actors, managing distributed state with CQRS) and practical examples that show you how to build these ideas into your applications.

What's Inside
• Reactive application architecture
• Basics of Play and Akka
• Examples in Scala
• Functional and asynchronous programming

Table of Contents
PART 1 GETTING STARTED WITH REACTIVE WEB APPLICATIONS
• Did you say reactive?
• Your first reactive web application
• Functional programming primer
• Quick introduction to Play PART 2 CORE CONCEPTS
• Futures
• Actors
• Dealing with state
• Responsive user interfaces PART 3 ADVANCED TOPICS
• Reactive Streams
• Deploying reactive Play applications
• Testing reactive web applications

Related Subjects

Artists