|
1 |
| -# 作为 FSM 的行为 |
| 1 | +# 书籍和视频 |
| 2 | +## 书籍 |
| 3 | +### 推荐阅读 |
2 | 4 |
|
| 5 | +- [Reactive Design Patterns](https://www.reactivedesignpatterns.com/), by Roland Kuhn with Jamie Allen and Brian Hanafee, Manning Publications Co., ISBN 9781617291807, Feb 2017 |
| 6 | +- [Akka in Action](https://www.lightbend.com/resources/e-book/akka-in-action), by Raymond Roestenburg and Rob Bakker, Manning Publications Co., ISBN: 9781617291012, September 2016 |
3 | 7 |
|
| 8 | +### 其他关于 Akka 和 Actor 模型的书籍 |
| 9 | +- [Akka Cookbook](https://www.packtpub.com/application-development/akka-cookbook), by Héctor Veiga Ortiz & Piyush Mishra, PACKT Publishing, ISBN: 9781785288180, May 2017 |
| 10 | +- [Mastering Akka](https://www.packtpub.com/application-development/mastering-akka), by Christian Baxter, PACKT Publishing, ISBN: 9781786465023, October 2016 |
| 11 | +- [Learning Akka](https://www.packtpub.com/application-development/learning-akka), by Jason Goodwin, PACKT Publishing, ISBN: 9781784393007, December 2015 |
| 12 | +- [Reactive Messaging Patterns with the Actor Model](http://www.informit.com/store/reactive-messaging-patterns-with-the-actor-model-applications-9780133846836), by Vaughn Vernon, Addison-Wesley Professional, ISBN: 0133846830, August 2015 |
| 13 | +- [Developing an Akka Edge](https://bleedingedgepress.com/developing-an-akka-edge/), by Thomas Lockney and Raymond Tay, Bleeding Edge Press, ISBN: 9781939902054, April 2014 |
| 14 | +- [Effective Akka](http://shop.oreilly.com/product/0636920028789.do), by Jamie Allen, O’Reilly Media, ISBN: 1449360076, August 2013 |
| 15 | +- [Akka Concurrency]](https://www.artima.com/shop/akka_concurrency), by Derek Wyatt, artima developer, ISBN: 0981531660, May 2013 |
| 16 | +- [Akka Essentials](https://www.packtpub.com/application-development/akka-essentials), by Munish K. Gupta, PACKT Publishing, ISBN: 1849518289, October 2012 |
| 17 | +- [Start Building RESTful Microservices using Akka HTTP with Scala](https://www.amazon.com/dp/1976762545/), by Ayush Kumar Mishra, Knoldus Software LLP, ISBN: 9781976762543, December 2017 |
4 | 18 |
|
5 | 19 |
|
| 20 | +## 视频 |
| 21 | + |
| 22 | +- [Effective Akka HTTP](https://www.youtube.com/watch?v=uxQta776jJI), by Johannes Rudolph, Reactive Systems Meetup Hamburg, November 2016 |
| 23 | +- [Zen of Akka - an overview of good and bad practices in Akka](https://www.youtube.com/watch?v=vgFoKOxrTzg), by Konrad Malawski, ScalaDays New York, June 2016 |
| 24 | +- [Learning Akka Videos](https://www.packtpub.com/application-development/learning-akka-video), by Salma Khater, PACKT Publishing, ISBN: 9781784391836, January 2016 |
| 25 | +- [Building Microservice with AKKA HTTP (Video)](https://www.packtpub.com/application-development/building-microservice-akka-http-video), by Tomasz Lelek, PACKT Publishing, ISBN: 9781788298582, March 2017 |
| 26 | + |
6 | 27 |
|
7 |
| ----------- |
8 | 28 |
|
9 |
| -**英文原文链接**:[Behaviors as Finite state machines](https://doc.akka.io/docs/akka/current/typed/fsm.html). |
10 | 29 |
|
11 | 30 |
|
| 31 | +---------- |
| 32 | + |
| 33 | +**英文原文链接**:[Books and Videos](https://doc.akka.io/docs/akka/current/additional/books.html). |
| 34 | + |
12 | 35 |
|
13 | 36 | ----------
|
14 | 37 | ———— ☆☆☆ —— [返回 -> Akka 中文指南 <- 目录](https://github.com/guobinhit/akka-guide/blob/master/README.md) —— ☆☆☆ ————
|
0 commit comments