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

Log in
Name

Password

 
 
HomePage »

AspectFrameworks

SteveA
Where does Aspect Oriented Programming 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.