Category: <span>Software Architecture</span>

A Journey to the Other Side: Windows Azure and Java

This video presents experiences from real Java and Windows Azure cases. You can now easily host your Java application that run on a regular Windows Server as easily in Windows Azure. You can build your Java Windows Azure applications in Eclipse with full tooling support and JDK. http://ndc2011.macsimum.no/mp4/Day1%20Wednesday/Track1%201340-1440.mp4

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 …