-
Mar 28th, 2007, 12:30 PM
#1
How AOP initializes a bean
I am reading source code in 1.2.6 for Spring MVC. From servlet definition (DispatcherServlet in web.xml) it will load bean xml files defined in context param for "contextConfigLocation". So all beans will be parsed and loaded. My question is after that how AOP is configured so when a bean is accessed it will be initialized. I really want to see code for this AOP setting and code where bean is initialized. Any help? Thanks!
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