Akka Essentials
暫譯: Akka 基礎精要
Kumar Gupta Munish
- 出版商: Packt Publishing
- 出版日期: 2012-10-15
- 售價: $1,800
- 貴賓價: 9.5 折 $1,710
- 語言: 英文
- 頁數: 334
- 裝訂: Paperback
- ISBN: 1849518289
- ISBN-13: 9781849518284
-
相關分類:
Java 相關技術
海外代購書籍(需單獨結帳)
買這商品的人也買了...
-
Principles of Model Checking (Hardcover)$5,590$5,311 -
我是職場英語王─ 28 天職場英語完全升級$280$252 -
深入淺出 Python (Head First Python)$780$616 -
JavaScript 設計模式 (JavaScript Patterns)$480$379 -
笑談軟體工程:敏捷開發法的逆襲-導入 Scrum,讓你的軟體開發人生從黑白變彩色!$550$435 -
Debug Hacks 除錯駭客 -- 極致除錯的技巧與工具$580$458 -
ASP.NET MVC 4 開發實戰$680$537 -
徹底研究 Python 科學計算$860$731 -
PHP、MySQL、JavaScript 與 CSS 學習手冊, 2/e (Learning PHP, MySQL, JavaScript, and CSS: A Step-by-Step Guide to Creating Dynamic Websites, 2/e)$880$695 -
王者歸來 Java Web 整合開發-JSP + Servlet + Struts + Hibernate + Spring, 3/e$980$833 -
Effective Akka (Paperback)$499$473 -
無瑕的程式碼-敏捷軟體開發技巧守則 + 番外篇-專業程式設計師的生存之道 (雙書合購)$940$700 -
透視 C語言指標-深度探索記憶體管理核心技術 (Understanding and Using C Pointers)$480$379 -
一次擁有 Linux 雙認證-《LPIC Level II + Novell CLP 11 自學手冊》+《LPIC Level I + Novell CLA 11 自學手冊, 2/e》(雙書合購)$1,540$1,217 -
STM32F429-Discovery$1,050$1,029 -
微互動 Microinteractions (Microinteractions: Designing with Details)$480$379 -
超圖解 Arduino 互動設計入門, 2/e$680$578 -
C++ 沉思錄 (Ruminations on C++ : A Decade of Programming Insight and Experience)$520$442 -
ASP.NET MVC 5 網站開發美學$780$616 -
$396Java RESTful Web Service 實戰 -
Node.js 實戰手冊 (Node.js in Action)$520$411 -
Android 程式設計入門、應用到精通--增訂第三版 (適用 5.X~1.X, Android Wear 穿戴式裝置)$560$442 -
精實開發與看板方法$550$435 -
成為卓越程式設計師的 38 項必修法則 (Becoming a Better Programmer: A Handbook for People Who Care About Code)$680$537 -
精通 Joomla! 架站技巧:規劃 x 建置 x 管理─適用 3.3、3.4$580$458
商品描述
A practical, step-by-step guide to learn and build Akka's actor-based, distributed, concurrent, and scalable Java applications
- Build large, distributed, concurrent, and scalable applications using the Akka's Actor model
- Simple and clear analogy to Java/JEE application development world to explain the concepts
- Each chapter will teach you a concept by explaining it with clear and lucid examples– each chapter can be read independently
In Detail
Developers/Architects need to manage the fine balance between the ever increasing load and ever decreasing response latency. Applications need to be designed for Internet scale, which means you need to be skilled in building large distributed, scalable, and concurrent applications. Whether you are building the next Facebook or working for a Fortune 500 organization, you need to be ready to design scalable, concurrent, and fault-tolerant applications. Akka is a toolkit and runtime for building highly concurrent, distributed, and fault-tolerant event-driven applications on the JVM.
"Akka Essentials" will show you the current challenges with Java Scalability and concurrency model and how Akka's Actor Model can help you design and build applications that are inherently scalable and fault-tolerant. Whether you are building new applications or want to refactor an existing application, you will learn the right techniques to build and scale up in no time.
What you will learn from this book
- Scale up and out your applications using dispatchers and remoting
- Build fault tolerance within your application
- Handle transactions within your application
- Unit test your Akka applications
- Integrate your Akka applications with existing enterprise systems using Zeromq
- Monitor the health of your Akka application
Approach
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.
Who this book is written for
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.
商品描述(中文翻譯)
一個實用的逐步指南,學習並構建基於 Akka 的演員模型、分散式、並發且可擴展的 Java 應用程式
- 使用 Akka 的演員模型構建大型、分散式、並發且可擴展的應用程式
- 以簡單明瞭的類比解釋 Java/JEE 應用程式開發世界中的概念
- 每一章將通過清晰明瞭的範例來教你一個概念——每一章都可以獨立閱讀
詳細內容
開發人員/架構師需要在不斷增加的負載和不斷減少的響應延遲之間保持微妙的平衡。應用程式需要設計為互聯網規模,這意味著你需要具備構建大型分散式、可擴展且並發應用程式的技能。無論你是在構建下一個 Facebook 還是為一家 Fortune 500 公司工作,你都需要準備好設計可擴展、並發且容錯的應用程式。Akka 是一個工具包和運行時,用於在 JVM 上構建高度並發、分散式和容錯的事件驅動應用程式。
《Akka Essentials》將展示 Java 可擴展性和並發模型當前面臨的挑戰,以及 Akka 的演員模型如何幫助你設計和構建本質上可擴展和容錯的應用程式。無論你是在構建新應用程式還是想重構現有應用程式,你都將學到正確的技術,迅速構建和擴展。
你將從本書中學到的內容
- 使用調度器和遠程技術擴展你的應用程式
- 在你的應用程式中構建容錯機制
- 在你的應用程式中處理交易
- 對你的 Akka 應用程式進行單元測試
- 使用 Zeromq 將你的 Akka 應用程式與現有企業系統集成
- 監控你的 Akka 應用程式的健康狀況
方法
這是一本逐步指南,每一章將通過清晰明瞭的範例來教你一個概念——每一章都可以獨立閱讀。
本書的讀者對象
本書針對的是使用 Java/Scala 構建大型分散式並發和可擴展應用程式的開發人員和架構師。本書假設讀者具備 Java/JEE 概念的知識,但不假設對演員模型的了解。
