摘要:
DispatcherServlet is a core class of Spring MVC.It proccess all request for Spring MVC based application. Open DispatcherServlet.java,you can learn some core concept fo Spring MVC: HandlerMapping H... 阅读全文
随笔分类 - Spring
Spring(Spring MVC):Part one
2010-11-07 00:39 by 横刀天笑, 1112 阅读, 收藏, 编辑
摘要:
I think read open source code is a good way to learn programming skill.DI is very important in OO programming,and Spring is a very power IoC container in Java world.So I choose Spring to learn. If yo... 阅读全文