Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

Reactive Messaging Patterns with the Actor Model: Applications and Integration in Scala and Akka

Posted By: interes
Reactive Messaging Patterns with the Actor Model: Applications and Integration in Scala and Akka

Reactive Messaging Patterns with the Actor Model: Applications and Integration in Scala and Akka by Vaughn Vernon
English | 2015 | ISBN: 0133846830 | 480 pages | EPUB | 18 MB

USE THE ACTOR MODEL TO BUILD SIMPLER SYSTEMS WITH BETTER PERFORMANCE AND SCALABILITY

Enterprise software development has been much more difficult and failure-prone than it needs to be. Now, veteran software engineer and author Vaughn Vernon offers an easier and more rewarding method to succeeding with Actor model. Reactive Messaging Patterns with the Actor Model shows how the reactive enterprise approach, Actor model, Scala, and Akka can help you overcome previous limits of performance and scalability, and skillfully address even the most challenging non-functional requirements.

Reflecting his own cutting-edge work, Vernon shows architects and developers how to translate the longtime promises of Actor model into practical reality. First, he introduces the tenets of reactive software, and shows how the message-driven Actor model addresses all of them–making it possible to build systems that are more responsive, resilient, and elastic. Next, he presents a practical Scala bootstrap tutorial, a thorough introduction to Akka and Akka Cluster, and a full chapter on maximizing performance and scalability with Scala and Akka.

Building on this foundation, you’ll learn to apply enterprise application and integration patterns to establish message channels and endpoints; efficiently construct, route, and transform messages; and build robust systems that are simpler and far more successful.

Coverage Includes

How reactive architecture replaces complexity with simplicity throughout the core, middle, and edges
The characteristics of actors and actor systems, and how Akka makes them more powerful
Building systems that perform at scale on one or many computing nodes
Establishing channel mechanisms, and choosing appropriate channels for each application and integration challenge
Constructing messages to clearly convey a sender’s intent in communicating with a receiver
Implementing a Process Manager for your Domain-Driven Designs
Decoupling a message’s source and destination, and integrating appropriate business logic into its router
Understanding the transformations a message may experience in applications and integrations
Implementing persistent actors using Event Sourcing and reactive views using CQRS