文件名称:搭建Spring4+Spring MVC web工程的最佳实践 源码.zip
文件大小:4.39MB
文件格式:ZIP
更新时间:2018-08-22 05:47:30
Spring MVC
Spring是个非常非常非常优秀的java框架,主要是用它的IOC容器帮我们依赖注入和管理一些程序中的Bean组件,实现低耦合关联,最终提高系统可扩展性和可维护性,用它来辅助我们构建web工程将会感觉非常非常非常地愉悦。 Spring旗下的Spring MVC又是后来居上,设计得非常非常非常的优雅,可以用来替代Struts来做界面视图的控制(Controller)等。 现在我们就来搭建一个利用Spring和Spring MVC结合的web工程最佳实践的例子。以Spring Framework 4.2.0为例,IDE为Myeclipse。
【文件预览】:
spring_web
----.springBeans(508B)
----.settings()
--------com.genuitec.runtime.libraries.xml(108B)
--------org.eclipse.wst.jsdt.ui.superType.name(6B)
--------org.eclipse.wst.common.project.facet.core.xml(360B)
--------org.eclipse.core.resources.prefs(57B)
--------org.eclipse.wst.common.component(489B)
--------org.eclipse.wst.common.project.facet.core.prefs.xml(479B)
--------org.eclipse.wst.jsdt.ui.superType.container(49B)
--------.jsdtscope(522B)
--------org.eclipse.jdt.core.prefs(364B)
----src()
--------com()
----.project(1KB)
----WebRoot()
--------META-INF()
--------WEB-INF()
--------index.jsp.bak(272B)
--------index.jsp(305B)
----.classpath(851B)
----.tern-project(66B)