For those interested in AOP and building JBoss around AOP, take a look at JAC (b.t.w. developed by French, hmm...)

http://jac.aopsys.com/
look at their papers (from last year)

http://jac.aopsys.com/JAC_07_2002.ppt
this is the latest presentation

The code is LGPL. Version 0.8+
Does object wrapping (no proxying, just bytecode rewriting, similar to what Prof. Yannis at Georgia Tech is doing). They do have aspects for remoting, load balancing, replication, consistency, (check the tutorials). They are also aware of the fact that this is a better model for application servers (check their presentation)

Interceptors can be added per object, per method in unique stacks. There is no multiple target object aggregation like in Richard's framework, though. Their implementation may not be very fast, don't know.
--
-------------------------------------------------------------------------
Anatoly Akkerman
Computer Science Dept.
Courant Institute of Mathematical Sciences, NYU
715 Broadway, #719 Tel: 212 998-3493
New York, NY 10003 Fax: 212 995-4123
-------------------------------------------------------------------------



-------------------------------------------------------
This sf.net email is sponsored by: See the NEW Palm Tungsten T handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to