新品:
¥4,539¥4,539 税込
ポイント: 45pt
(1%)
お届け日 (配送料: ¥2,999
):
4月11日 - 22日
発送元: Swati21ShipsfromUSA 販売者: Swati21ShipsfromUSA
中古品: ¥1,719

無料のKindleアプリをダウンロードして、スマートフォン、タブレット、またはコンピューターで今すぐKindle本を読むことができます。Kindleデバイスは必要ありません。
ウェブ版Kindleなら、お使いのブラウザですぐにお読みいただけます。
携帯電話のカメラを使用する - 以下のコードをスキャンし、Kindleアプリをダウンロードしてください。
Akka in Action ペーパーバック – 2016/10/4
購入オプションとあわせ買い
Summary
Akka in Action is a comprehensive tutorial on building message-oriented systems using Akka. The book takes a hands-on approach, where each new concept is followed by an example that shows you how it works, how to implement the code, and how to (unit) test it.
Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
About the Technology
Akka makes it relatively easy to build applications in the cloud or on devices with many cores that efficiently use the full capacity of the computing power available. 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. This comprehensive, hands-on tutorial introduces each concept with a working example. You'll start with the big picture of how Akka works, and then quickly build and deploy a fully functional REST service out of actors. You'll explore test-driven development and deploying and scaling fault-tolerant systems. After mastering the basics, you'll discover how to model immutable messages, implement domain models, and apply techniques like event sourcing and CQRS. You'l also find a tutorial on building streaming applications using akka-stream and akka-http. Finally, you'l get practical advice on how to customize and extend your Akka system.
What's Inside
- Getting concurrency right
- Testing and performance tuning
- Clustered and cloud-based applications
- Covers Akka version 2.4
About the Reader
This book assumes that you're comfortable with Java and Scala. No prior experience with Akka required.
About the Authors
A software craftsman and architect, Raymond Roestenburg is an Akka committer. Rob Bakker specializes in concurrent back-end systems and systems integration. Rob Williams has more than 20 years of product development experience.
Table of Contents
- Introducing Akka
- Up and running
- Test-driven development with actors
- Fault tolerance
- Futures
- Your first distributed Akka app
- Configuration, logging, and deployment
- Structural patterns for actors
- Routing messages
- Message channels
- Finite-state machines and agents
- System integration
- Streaming
- Clustering
- Actor persistence
- Performance tips
- Looking ahead
- 本の長さ448ページ
- 言語英語
- 出版社Manning Publications
- 発売日2016/10/4
- 寸法19.05 x 1.91 x 23.5 cm
- ISBN-101617291013
- ISBN-13978-1617291012
この商品を買った人はこんな商品も買っています
商品の説明
著者について
Raymond Roestenburg is an experienced software craftsman, polyglot programmer, and software architect. He is an active member of the Scala community, an Akka committer, and contributed to the Akka-Camel module.
Rob Bakker is an experienced developer focused on concurrent back-end systems and system integration. He has used Scala and Akka in production from version 0.7.
Rob Williams is founder of ontometrics, a practice that has been focused on Java solutions that include machine learning. He first used Actor-based programming a decade ago, and found Akka while looking for someone who had given thought to the idea of supervision, and has used it for several projects since.
著者について
著者の本をもっと発見したり、よく似た著者を見つけたり、著者のブログを読んだりしましょう
著者の本をもっと発見したり、よく似た著者を見つけたり、著者のブログを読んだりしましょう
著者の本をもっと発見したり、よく似た著者を見つけたり、著者のブログを読んだりしましょう
他の国からのトップレビュー

- is still a great reference for many facets of working with Akka: fault tolerance, clustering, sharding, streaming, persistence
- is a very good hands-on resource: examples are easy to grasp and the code is available on github
- fundamentally explains the advantages of an Actor paradigm (only Reactive Messaging Patterns by Vaughn did a better work at this in my opinion)
- has a great chapter on performance tuning
A few drawbacks:
- it doesn't use modern updates to the Akka platform like Akka typed, Akka serverless and Alpakka. These are to be corrected in the second edition. Unfortunately the latter lacks the performance tuning chapter
- insufficient number of enterprise integration design patterns
- topics of CQRS and ES haven't been developed
- different message types and their purposes were also not included
- in their example author used unsafe types like `String`, `Long` where safer types could be used (projects like Refined and Newtypes, FiniteDuration, Instant, etc.)


- Very well written.
- Great examples.
- Clear and deep explanations. Perhaps the best book I have found so far on explaining akka streams.
- Can be followed by anyone with experience on the JVM, not a must to be an experienced Scala developer.
- Really thank you to the authors for writing this book.
Opportunities:
- Wish there was a section on Kubernetes and Akka Clusters.
- A follow up book to cover some of the latest topics on Akka would be amazing.

