Search:

Type: Posts; User: omickron; Keyword(s):

Search: Search took 0.02 seconds.

  1. I confugured pointcuts with @annotation rule....

    I confugured pointcuts with @annotation rule.
    I've got an annotation @Log and mark my beans with it.
    My AbstractDao bean uses connectionPool this way:


    @Autowired
    private DataSource...
  2. Configuring proxing beans in Spring aop + cglib

    We've got a Spring 3.1 web-application using spring-aop with cglib library.
    spring.xml:



    <context:annotation-config/>
    <aop:aspectj-autoproxy proxy-target-class="true"/>
    That means...
Results 1 to 2 of 2