Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
根据 akki.io 上的文档,我没有看到 MicroKernel 解决了哪些常见用例?有没有人有一些简单的现实世界用例?
谢谢
Akka 微内核模块为您提供了一个非常轻量且免费的“应用程序服务器”包,因此可以轻松分发和运行您的 Akka 应用程序。
在此处阅读更多信息:http: //doc.akka.io/docs/akka/2.0.1/modules/microkernel.html
As an exercise, I am creating a list of Books as a LinkedList and using the Comparator interface to sort them by author or title. First, I create a class of books and ensure that it will print to screen the way I want it