This is a step-by-step guide where each chapter will teach you a concept by explaining it with clear and lucid examples– each chapter can be read independently. This book is aimed at developers, architects who are building large distributed concurrent and scalable applications using Java/Scala. The book assumes knowledge of Java/JEE concepts but no knowledge of Actor model is assumed.
With this concise guide, author Jamie Allen provides a collection of best practices based on several years of using the actor model.
It's a toolkit that provides an actor programming model, a runtime, and required support tools for building scalable applications. About the Book Akka in Action shows you how to build message-oriented systems with Akka.
Master the art of creating scalable, concurrent, and reactive applications using Akka About This Book This book will help you cure anemic models with domain-driven design We cover major Akka programming concepts such as concurrency, ...
Provides information on concurrency programming using Akka, covering such topics as programming with actors, testing applications, coding with Scala's futures, and message-oriented programming and routing. tbd
Chapter 10, Understanding Various Akka Patterns, covers how to use different common programming patterns using Akka. ... pages will provide you with a deep understanding of Akka that can be applied to new tasks not covered in this book.
After reading and using this book, you'll be proficient in programming reactive streams for Java in order to optimize application performance, and improve memory management and data exchanges.
Fortunately, the solution is not a new paradigm of development, but rather an old one. With this hands-on guide, Java and Scala developers will learn how to embrace concurrent and distributed applications with the open source Akka toolkit.
Harness reactive programming to build scalable and fault-tolerant distributed systems using Scala and AkkaAbout This Book- Use the concepts of reactive programming to build distributed systems running on multiple nodes- Get to grips with ...
... DblVec](ConfigInt(period)) with MovingAverage[T] { val zeros = Vector.fill(0.0)(period-1) override def ... period).zip(second) //3 val c = implicitly[ToDouble[T]] val zero = first.sum/period //4 Try( zeros ++ slider.
About the Book Reactive Applications with Akka.NET teaches you to write high-performance, concurrent systems without explicitly managing threads and locking.