I've basically built a customized tool that does a lot of dynamic AOP such as swap in/out interceptors, advice bindings, interceptor/advice stacks and modify default and method level meta-data on J2EE beans. The tool itself is exposed via a Session bean which essentially is a facade to the AspectManager singleton instance.
I've not thought through much how this would play out in a clustered environment. Would it have to be architected in a way so that the facade bean notifies every other node in the cluster of any dynamic AOP changes ? Since the AspectManager is not an "external resource" such as some Database, it becomes a challenge in trying to keep all of the instances in every node in Synch. Any tips or strategies or comments greatly appreciated. Thanks Rajiv View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848616#3848616 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848616 ------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
