[Main Page]

Catalog of Programs using AOP technologies

(Difference between revisions)

Main Page | Recent changes | View source | Page history | Log in / create account |

Printable version | Disclaimers | Privacy policy | Current revision

Current revision (04:07, 21 February 2007) (edit) (undo)
(Rather small example programs using AspectJ)
 
(2 intermediate revisions not shown.)
Line 10: Line 10:
* [https://glassbox-inspector.dev.java.net/ Glassbox inspector] is a commercial program of which an open source version exists. It uses AspectJ technology.
* [https://glassbox-inspector.dev.java.net/ Glassbox inspector] is a commercial program of which an open source version exists. It uses AspectJ technology.
 +
 +
* [http://contract4j.org/ Contract4J] is a Design by Contract tool for Java 5. Contract tests are defined using annotations and evaluated at runtime using AspectJ aspects.
== Larger example programs using AspectJ ==
== Larger example programs using AspectJ ==
-
* The AspectBench Compiler project made some [http://abc.comlab.ox.ac.uk/benchmarks benchmarks available] and [http://aspectbench.org/papers#aosd2006 here].
+
* The AspectBench Compiler project made some [http://abc.comlab.ox.ac.uk/benchmarks benchmarks available].
 +
 
 +
== Infrastructure services implemented using AOSD technologies ==
 +
 
 +
* [http://terracotta.org/ Open Terracotta] provides Open Source JVM-level clustering for Java. It uses AOP style technologies (based on [http://aspectwerkz.codehaus.org/ AspectWerkz] and custom [http://asm.objectweb.org/ ASM] adapters) to weave the target application at class load time (load-time weaving). In this phase it extends the application in order to ensure that the semantics of the Java Language Specification (JLS) and the Java Memory Model (JMM) are correctly maintained across the cluster, including object references, thread coordination (wait/notify), garbage collection etc.

Current revision

Does your program use AspectJ, JBoss AOP, Spring AOP or your other favorite implementation of aspect-oriented technology? For researchers it's always useful see how those technologies are actually being used. So please let us know!

Note: on this page we are really looking for programs written in an aspect-oriented language, not programs which implement AOP themselves. Programs of the latter form should go onto the Tools page.

Rather small example programs using AspectJ

  • Glassbox inspector is a commercial program of which an open source version exists. It uses AspectJ technology.
  • Contract4J is a Design by Contract tool for Java 5. Contract tests are defined using annotations and evaluated at runtime using AspectJ aspects.

Larger example programs using AspectJ

Infrastructure services implemented using AOSD technologies

  • Open Terracotta provides Open Source JVM-level clustering for Java. It uses AOP style technologies (based on AspectWerkz and custom ASM adapters) to weave the target application at class load time (load-time weaving). In this phase it extends the application in order to ensure that the semantics of the Java Language Specification (JLS) and the Java Memory Model (JMM) are correctly maintained across the cluster, including object references, thread coordination (wait/notify), garbage collection etc.

Wiki

Instant Feedback

Edited by the AOSD Steering Committee.  Maintained by the webmaster