Akka Essentials

Akka Essentials
ISBN-10
1849518289
ISBN-13
9781849518284
Category
Akkadian language
Pages
334
Language
English
Published
2012
Publisher
Packt Publishing
Author
Munish K. Gupta

Description

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.

Similar books

  • Effective Akka: Patterns and Best Practices
    By Jamie Allen

    With this concise guide, author Jamie Allen provides a collection of best practices based on several years of using the actor model.

  • Akka in Action
    By Rob Williams, Raymond Roestenburg, Robertus Bakker

    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.

  • Mastering Akka
    By Christian Baxter

    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, ...

  • Akka Concurrency
    By Derek Wyatt

    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

  • Akka Cookbook
    By Hector Veiga Ortiz, Piyush Mishra

    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.

  • Reactive Streams in Java: Concurrency with RxJava, Reactor, and Akka Streams
    By Adam L. Davis

    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.

  • Applied Akka Patterns: A Hands-On Guide to Designing Distributed Applications
    By Michael Nash, Wade Waldron

    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.

  • Reactive Programming with Scala and Akka
    By Prasanna Kumar Sathyanarayanan, Suraj Atreya

    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 ...

  • Scala for Machine Learning: Data processing, ML algorithms, smart analytics, and more
    By Patrick R. Nicolas

    ... 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.

  • Reactive Applications with Akka.NET
    By Anthony Brown

    About the Book Reactive Applications with Akka.NET teaches you to write high-performance, concurrent systems without explicitly managing threads and locking.