[aosd-discuss] AOP for MVC
Sean Gilbertson
sean-lists at bluebeard.org
Tue Apr 19 18:04:03 EST 2005
I've been trying out AOP by having it take actions from a controller,
operate on data, and tell the controller how things changed. This has
been fine, but I've run into a problem: when changes occur in the data
(outside of any trigger from the UI), I'm not sure how to let the
controller(s) know that something has happened. Ideally, I'd like to
just have some way to call a method on all classes that implement the
controller's interface (i.e. "executing" a pointcut?), but maybe you
have a better idea?
Thanks,
Sean
More information about the discuss
mailing list