Reactive Web Applications

ebook Covers Play, Akka, and Reactive Streams

By Manuel Bernhardt

cover image of Reactive Web Applications

Sign up to save your library

With an OverDrive account, you can save your favorite libraries for at-a-glance information about availability. Find out more about OverDrive accounts.

   Not today

Find this title in Libby, the library reading app by OverDrive.

Download Libby on the App Store Download Libby on Google Play

Search for a digital library with this title

Title found at these libraries:

Library Name Distance
Loading...
Summary
Reactive Web Applications teaches web developers how to benefit from the reactive application architecture and presents hands-on examples using the Play framework.
Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
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.
About the Book
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

  • About Reader Description
    For readers comfortable programming with a higher-level language such as Java or C#, and who can read Scala code. No experience with Play or Akka needed.
    About the Author
    Manuel Bernhardt is a passionate engineer, author, and speaker. As a consultant, he guides companies through the technological and organizational transformation to distributed computing.
    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
  • Reactive Web Applications