Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Clustering the JVM using AOP: the Inner Workings of Terracotta DSO

Hi everybody.

Our paper for AOSD 2007 has been published. It is titled 'Clustering
the Java Virtual Machine using Aspect-Oriented Programming' and is a
thorough and pragmatic discussion on how Terracotta's JVM-level
clustering technology is implemented from an AOP and bytecode weaving
perspective.

The discussion is driven by examples in AspectJ and uses some of the
new and experimental features in Aspectj, such as synchronized block
join points and array access join points (as well as AspectJ 5's
annotation matching etc.).

The paper is available for download here:
http://www.aosd.net/2007/program/industry/I1-ClusteringJVMUsingAOP.pdf

--
Jonas Bonér

http://jonasboner.com

Back to the top