Learn AKKA Actors with JAVA

所在平台: Udemy

课程主页: https://www.udemy.com/course/learn-akka-actors-with-java-quick-and-dirty/

课程评论:没有评论

第一个写评论        关注课程

课程简介

**课程名称:** 使用Java学习AKKA Actors **课程概述:** 本课程旨在教授学员如何使用Java语言理解和开发并发系统。AKKA是一个基于JVM的开源工具包,最初用Scala编写,但提供Scala和Java两种DSL。它专注于解决并发系统实现的复杂性。 **课程内容:** * **AKKA Actors基础:** 深入讲解AKKA Actors的工作原理。 * **AKKA Classical Actors:** 学习AKKA 2.6及之前的版本,这是AKKA Actor的传统实现方式。 * **AKKA Typed Actors:** 学习AKKA 2.5引入并于2.6正式推出的新版本,带来更强的类型安全。 * **并发与多线程简介:** 课程将简要介绍并发、线程、多线程和并行性,使没有相关经验的学员也能入门。 * **Actors的扩展与路由:** 学习如何通过各种路由选项来扩展Actors以实现多线程。 * **AKKA Supervision策略与Actor生命周期:** 掌握Actors的监督机制以及Actor的整个生命周期管理。 **先修知识:** * **Java基础:** 需要学员具备Java编程能力,能够独立开发基本应用程序。 * **多线程与并发(可选):** 了解多线程和并发系统会很有帮助,但不是强制要求,因为课程包含相关入门介绍。

课程评论(0条)

课程详情

AKKA is a free & open source toolkit developed in Scala. It's running on JVM as scala utilises JVM. It is addressing the difficult and complicated problem of implementing concurrent systems. Original toolkit is available with two DSLs: Scala and Java.In this course you will learn how AKKA actors work and learn developing concurrents systems with AKKA with Java language.AKKA Actors has two variations. They do the same thing but, two different way of implementation. - AKKA Classical is the libraries up until version version 2.6 and including 2.6- AKKA Typed is the oher libraries which is introduced with 2.5 as trial and 2.6 as official.In this course you will learn the both variations. We will first start with AKKA Classical, then will see AKKA Typed actors.Java knowledge is required as this course doesn't include Java training. It doesn't have to be at expert level but you should be able to develop basic applications on your own.Knowing multithreading and concurrents systems can be helpful however it is not a requirement as the course covers the brief introduction on concurrency, threads, multi-threads and parallelism.After teaching the AKKA Actors module, the course will go into details of scaling the actors for multithreading. You will learn about all possible routing options. Following the routing for scaling AKKA Actors, you will learn about AKKA supervision strategies and life cycle of an actor.

课程标签

0人关注该课程

主题相关的课程