Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
AspectS
Last updated at 7:07 pm UTC on 3 November 2006
AspectS is an extension to Squeak that facilitates aspect-oriented programming (AOP) in Squeak. It was created by Robert Hirschfeld.

Unlike many other AOP tools, AspectS does not work by modifying the base application's source or byte code to weave in aspectual behaviour. Its approach is based on Smalltalk's meta-level support. AspectS uses method wrappers to augment message receptions with new behaviour induced by aspects.

The AspectS home page is located at http://www.prakinf.tu-ilmenau.de/~hirsch/Projects/Squeak/AspectS/. More information on AOP can be found at http://aosd.net/.