Reactive Application Development
Authors: Duncan DeVore – Sean Walsh – Brian Hanafee
ISBN-10: 161729246X
ISBN-13: 9781617292460
Edition 版次: 1st
Publication Date 出版日期: 2018-07-08
Print Length 页数: 288 pages
Book Description
By finelybook
Reactive Application Development is a hands-on guide that teaches you how to build reliable enterprise applications using reactive design patterns.Mission-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.
Reactive 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 Inside
Designing elastic domain models
Building fault-tolerant systems
Efficiently handling large data volumes
Examples can be built in Scala or Java