-
Oct 30th, 2008, 04:19 PM
#1
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.
-
Oct 31st, 2008, 07:13 AM
#2
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
-
Forum Rules