Hi:
As a pervious thread said,you (the gs developer) all learn heavily in spring.
And I found that the spring contains more than one components for example : spring-ioc spring-web spring-webmvc and etc…/
So I want to know which compontent is the key to understand the gs?
In fact I have used spring as a ioc container,after the beans are configed in the context.xml, I can get them using xxx.getBean(“xx”). However when I looked into the gs codes I found there are many beans defined in the applicationContext,but I can not find where they are called. So I think maybe you are using the advanced spring technogly.
So I ask which parts are the key for learning spring just for understanding the gs mechanism?
Thanks.