Home > Computers > Programming > Languages > Java > Extensions > Aspect-Oriented
Aspect-oriented extensions to the Java language - that is, extensions which allow some degree of separation of crosscutting concerns (concerns which would otherwise cut across classes and/or methods).
http://asm.objectweb.org/
Very small and fast Java bytecode manipulation framework; can be used to dynamically generate stub classes or other proxy classes, directly in binary form, or to dynamically modify classes at load time, just before loaded into a JVM. [Open Source, BSD]
http://www-cse.ucsd.edu/users/wgg/Software/AB/
A tool for Java (with optional Emacs support) which helps developers to find and visualise crosscutting concerns, using text matching. [Freeware]
http://www.eclipse.org/aspectj/
Aspect-oriented Java extension, seamless, from Xerox PARC. Goal: to make aspect-oriented programming (AOP) technology available to a wide range of programmers. [Open Source, MPL]
http://www.ccs.neu.edu/research/demeter/DemeterJava/
An adaptive programming language based on Java. The "big sister" of DJ.
http://www.ccs.neu.edu/research/demeter/DJ/
Support for adaptive programming (dynamic structure-shy traversals and visitors) in pure Java.
http://www.emn.fr/x-info/eaop/tool.html
A research prototype for Event-based Aspect-Oriented Programming (EAOP) for Java.
http://ssel.vub.ac.be/jasco/
Advanced Java-based aspect-oriented programming (AOP or AOSD) language originally tailored for the component-based field. Main traits: highly reusable aspects, strong aspectual composition mechanism to manage combinations of aspects.
http://innig.net/macker/
Helps enforce architectural rules (layering, tiering, and modularity) in Java code. It applies pattern-based access rules from XML rules files to compiled classes. [Open source, GPL]
http://prose.ethz.ch/
PROgrammable extenSions of sErvices; allows modifying Java programs at run-time; dynamic aspect-oriented programming (AOP), adaptive service architectures, and information systems for mobile computing.
Home > Computers > Programming > Languages > Java > Extensions > Aspect-Oriented
Thanks to DMOZ, which built a great web directory for nearly two decades and freely shared it with the web. About us