attribute « AOP « Spring Q&A





1. AOP and common attributes    forum.springsource.org

AOP and common attributes Good Day, I have an method interceptor that retrieves the meta data attributes of a parameter to determine the validation that should be applied to it. The ...

2. Attribute Driven pointcuts    forum.springsource.org

TransactionProxyFactoryBean uses an advisor that is driven by metadata pointcuts. (There's a layer of indirection there with TransactionAttributeSource, but it can be set up to use attributes.) To implement a metadata-driven ...

3. aop:scoped-proxy proxy-target-class attribute    forum.springsource.org

The spring-aop-2.0.xsd in the Spring 2.0.3 release does have the proxy-target-class attribute. If you're using an IDE you should be able to point it to the xsd that's in the spring ...

4. Attributes, AOP and Timers don't seem to mix.    forum.springsource.org

Attributes, AOP and Timers don't seem to mix. In my application I'm using commons-attribute driven declarative transactions with the DefaultAdvisorAutoProxyCreator. My applicationContext.xml is defined exactly the same way as the examples ...