Java Software Development Tutorials and Videos

Akka a Platform for Event-driven Architectures on the JVM

Akka is the platform for the next generation event-driven, scalable and fault-tolerant architectures on the JVM. It uses the Actor Model together with Software Transactional Memory (STM) to raise the abstraction level and provide a better platform to build correct concurrent and scalable applications. For fault-tolerance it adopts the “Let …