如果你是第一次开始使用 Akka,我们推荐你先运行简单的 Hello World 项目。情况参考 Quickstart Guide 页面中的内容来下载和运行 Hello World 示例程序。上面链接中的 快速使用指南 来帮助你了解如何定义 actor 系统,actors 和消息,以及如何使用测试模块和日志系统。
在 30 分钟内,应该可以运行 Hello World 示例程序和项目的结构。
这个 快速使用指南 能够提供下一个级别的信息。这些文章提供了为什么 actor 模型符合现代分布式系统的需求同时包括了帮助你未来使用 Akka 需要的相关信息。主题包括有:
-
Why modern systems need a new programming model
-
How the actor model meets the needs of concurrent, distributed systems
-
Overview of Akka libraries and modules
-
一些使用 Akka 设计模式用来构建 Hello World 的 更多的完整示例程序
https://www.cwiki.us/display/AkkaZH/Introduction+to+Akka
原创文章,作者:Maggie-Hunter,如若转载,请注明出处:https://blog.ytso.com/191634.html