三层框架与MVC

三层框架:
View层 Service层 Dao层
Servlet and Action Interface Interface
JSP Impl Impl

MVC:
View Controller Model
JSP Servlet and Action JavaBeans、Beans、Service or Dao

三大框架:
Spring与Hibernate整合:将bean交给Spring容器管理;
Spring与Struts2整合:将action交给Spring容器管理。

posted on 2017-10-23 17:19  青春有幸  阅读(105)  评论(0)    收藏  举报