Strike directory section: Computers Programming Methodologies Aspect-Oriented Image Mp3 Ftp Kids News
MetaStrike.com, Advanced MetaSearch Engine
Multi Search Add Bookmark! Make MetaStrike Your Homepage




Home:   Computers:   Programming:   Methodologies:   Aspect-Oriented   

Related Caregory:


See Olso:


Other Category:


Sites:

  •  Aspect-Oriented Decomposition and Composition  - http://www.prakinf.tu-ilmenau.de/~czarn/aop/
     Free chapter from the book "Generative Programming" - covers basic concepts of AOP with examples in C++, Java, Smalltalk, and in AspectJ, Demeter, SOP and Composition Filters; and techniques for implementing weaving.
  •  Aspect-Oriented Software Development  - http://aosd.net/
     Aspect-oriented tools and research projects for various languages; applications of AOP; theory; events calendar; discussion and announcement mailing lists.
  •  AOP: Aspect-Oriented Programming  - http://www2.parc.com/csl/projects/aop/
     Methodology enabling modularizing of crosscutting concerns. Experience shows that with standard procedural or object-oriented languages it can be hard to modularize many design concerns. Outgrowth of Xerox PARC OO programming research.
  •  Aspectual Components  - http://www.ccs.neu.edu/research/demeter/biblio/aspectual-comps.html
     Paper on the integration of work on aspect-oriented programming, software architecture and component-based software development.
  •  I want my AOP!  - http://www.javaworld.com/javaworld/jw-01-2002/jw-0118-aspect.html
     A series of 3 articles in JavaWorld magazine, with code examples, on how Aspect-Oriented Programming helps separate concerns and improves maintainability and flexibility.
  •  The Case for Aspects  - http://www.jaczone.com/papers/
     In this two part article Ivar Jacobson describes how aspect oriented programming provides the missing link to providing use-case modularization all the way from requirements down to code.
  •  XWeaver  - http://control.ee.ethz.ch/~ceg/XWeaver/
     An overview of the aspect weaver that operates on XML representation of the C/C++ source code. The weaver is designed to be modular, extensible and non-intrusive.
  •  Composition Filters  - http://trese.cs.utwente.nl/oldhtml/composition_filters/
     Modular, orthogonal, aspect-oriented filters which are attached to classes and intercept messages.