Jump to ratings and reviews
Rate this book

Reactive Application Development

Rate this book
SummaryReactive Application Development is a hands-on guide that teaches you how to build reliable enterprise applications using reactive design patterns.Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.Foreword by Jonas Bonér, Creator of Akka About the TechnologyMission-critical applications have to respond instantly to changes in load, recover gracefully from failure, and satisfy exacting requirements for performance, cost, and reliability. That's no small task! Reactive designs make it easier to meet these demands through modular, message-driven architecture, innovative tooling, and cloud-based infrastructure.About the BookReactive Application Development teaches you how to build reliable enterprise applications using reactive design patterns. This hands-on guide begins by exposing you to the reactive mental model, along with a survey of core technologies like the Akka actors framework. Then, you'll build a proof-of-concept system in Scala, and learn to use patterns like CQRS and Event Sourcing. You'll master the principles of reactive design as you implement elasticity and resilience, integrate with traditional architectures, and learn powerful testing techniques.What's InsideDesigning elastic domain modelsBuilding fault-tolerant systemsEfficiently handling large data volumesExamples can be built in Scala or JavaAbout the Reader Written for Java or Scala programmers familiar with distributed application designs.About the AuthorDuncan DeVore, Sean Walsh, and Brian Hanafee are seasoned architects with experience building and deploying reactive systems in production. Table of ContentsPART 1 - FUNDAMENTALS What is a reactive application? Getting started with Akka Understanding Akka PART 2 - BUILDING A REACTIVE APPLICATION Mapping from domain to toolkit Domain-driven design Using remote actors Reactive streaming CQRS and Event Sourcing A reactive interfaceProduction readiness

400 pages, Kindle Edition

First published January 1, 2015

9 people are currently reading
76 people want to read

About the author

Duncan K. DeVore

1 book1 follower
Duncan DeVore works at Typesafe, is a committer on the original event-sourced project that became Akka Persistence, and maintains the Akka Persistence Mongo Plugin.

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
4 (22%)
4 stars
8 (44%)
3 stars
5 (27%)
2 stars
1 (5%)
1 star
0 (0%)
Displaying 1 - 2 of 2 reviews
37 reviews2 followers
May 21, 2020
I like this book a lot but unfortunately by the time I got to read it in 2020, Akka has moved on and some of the content is getting dated.

Specifically there is a lot of use of Akka Remoting, but scant coverage of Akka Cluster. The official Akka docs and other resources nowadays discourage direct use of Akka Remoting and point towards use of higher level Akka Cluster instead.

This book will help with understanding Akka concepts, and has some fun example programs, but you’ll want to check other resources to learn how to use Akka Cluster and other updated APIs.

The final chapter has a lot of useful pointers related to making your application production ready.
Profile Image for Thomas.
Author 1 book59 followers
July 3, 2015
Finished the material currently available in the early release.
Displaying 1 - 2 of 2 reviews

Can't find what you're looking for?

Get help and learn more about the design.