You are not logged in Log in Join
You are here: Home » Members » Phillip J. Eby's Zope Center » My Wikis » ZPatterns Wiki » AspectFrameworks

Log in
Name

Password

 
 

History for AspectFrameworks

??changed:
-
SteveA -- Where does "Aspect Oriented Programming":http://c2.com/cgi-bin/wiki?AspectOrientedProgramming fit into ZPatterns?

PhillipEby -- ZPatterns lets you "weave" programs in the AOP sense by effectively serving as the "aspect language".  The primary focus is on weaving the data management aspect with the domain-level aspect, but AttributeProviders and their ilk also help with joining distinct DomainFrameworks.  See the DropZoneExample for an example that weaves two "horizontal" domain frameworks and one "vertical" framework to create a new aplication.