From: <ad...@jb...> - 2005-07-26 16:43:02
|
We discussed this a while back. The idea of context is an application level issue. e.g. a web context is different from an ejb context and more different from request, page, session or even JVM or cluster context. Gavin and I decided that such relationships are better built on top of the MC rather than inside the MC, because only the user/application really knows what the relationships are. AOP does have a model for such contexts, but this is to load/query "metadata" and apply aspects, but these are not linked to application level contexts like page/session. http://docs.jboss.org/aop/1.3/aspect-framework/reference/en/html_single/index.html#xml-metadata AFAIK, nobody has started this work, despite lots of people asking this question. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886629#3886629 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3886629 |