[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - AOP interceptor applied to all JSP/Servlet requests?

2004-10-18 Thread hany_bee
I'm trying to create an interceptor that will be applied to all requests that the server receives, including all JSPs/Servlets, etc. Is this realistic and a good way to use AOP in this instance? If you have any ideas or experiences, it would be great if you can share a little bit. Thanks

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: AOP interceptor applied to all JSP/Servlet requests?

2004-10-18 Thread hany_bee
What's this new classloader stuff that you guys have in head? Mind sharing the concept a little bit? What I'm trying to do is to prototype some security framework that can be applied to web applications in a more or less uniform way. Unfortunately, having a clean and clear-cut interceptor

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: AOP interceptor applied to all JSP/Servlet requests?

2004-10-18 Thread hany_bee
Thanks for the explanation. The idea for the security framework is that, the declarative security model is static, and it's very hard to do dynamic access control management. For example, say I have a content management app, which I want to hook to an external acess manager. Let say I can

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - multiple jboss-aop.xml files?

2004-09-28 Thread hany_bee
It is possible to have multiple jboss-aop.xml files in one application? We have a few developers, each person is responsible for some components. We'd like to have each person working in their own jboss-aop.xml file, instead of everything messing in the same file. Is it possible to have

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: multiple jboss-aop.xml files?

2004-09-28 Thread hany_bee
Thanks, that works fine. But how do I make it work if I package the app as a jar file? How can I make it read multiple binding files from the jar file? thx View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3849815#3849815 Reply to the post :