Results 1 to 2 of 2

Thread: where to find AOP "full" examples ?

  1. #1
    Join Date
    Oct 2008
    Posts
    1

    Default where to find AOP "full" examples ?

    pardon the simple question but I've been reading:
    static.springframework.org/spring/docs/2.5.x/reference/aop.html
    and i failed to see if there's any continuous context of working example, the page just goes on and on explaining stuff with random snippets of xml & java code fragments that are practically impossible to be put together into even a hello world program.
    sure it's all great and glorious but it simply becomes a joke that's not even funny when it doesn't explain how to put together those ultra-powerful building blocks.

  2. #2
    Join Date
    May 2007
    Location
    Saint Petersburg, Russian Federation
    Posts
    1,189

    Default

    You can find the complete AOP usage example at the samples included to the spring distribution. E.g. $SPRING_HOME/samples/jpetstore/war/WEB-INF/applicationContext.xml contains schema usage example; $SPRING_HOME/samples/petclinic/src/org/springframework/samples/petclinic/aspects\ holds @AspectJ style aspects.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •