欢迎来到天天文库
浏览记录
ID:9235260
大小:259.28 KB
页数:12页
时间:2018-04-24
《spring_mvc_框架搭建及详解》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、SpringMVC环境搭建及详解一、SpringMVC环境搭建:(Spring2.5.6+Hibernate3.2.0)1.jar包引入Spring2.5.6:spring.jar、spring-webmvc.jar、commons-logging.jar、cglib-nodep-2.1_3.jarHibernate3.6.8:hibernate3.jar、hibernate-jpa-2.0-api-1.0.1.Final.jar、antlr-2.7.6.jar、commons-collections-3.1、dom4j-1.6.1.jar、javassist-3.12
2、.0.GA.jar、jta-1.1.jar、slf4j-api-1.6.1.jar、slf4j-nop-1.6.4.jar、相应数据库的驱动jar包2.web.xml配置(部分)springorg.springframework.web.servlet.DispatcherServlet14、me>spring*.doorg.springframework.web.context.ContextLoaderListener5、text-param>contextConfigLocationclasspath:config/applicationContext.xml3.spring-servlet.xml配置spring-servlet这个名字是因为上面web.xml中标签配的值为spring(spring),再加上“-servlet”后缀而形成的spring-servle6、t.xml文件名,如果改为springMVC,对应的文件名则为springMVC-servlet.xml。7、k.org/schema/context"xsi:schemaLocation="http://www.springframework.org/schema/beanshttp://www.springframework.org/schema/beans/spring-beans-3.0.xsdhttp://www.springframework.org/schema/aophttp://www.springframework.org/schema/aop/spring-aop-3.0.xsdhttp://www.springframew
4、me>spring*.do
5、text-param>contextConfigLocationclasspath:config/applicationContext.xml3.spring-servlet.xml配置spring-servlet这个名字是因为上面web.xml中标签配的值为spring(spring),再加上“-servlet”后缀而形成的spring-servle
6、t.xml文件名,如果改为springMVC,对应的文件名则为springMVC-servlet.xml。7、k.org/schema/context"xsi:schemaLocation="http://www.springframework.org/schema/beanshttp://www.springframework.org/schema/beans/spring-beans-3.0.xsdhttp://www.springframework.org/schema/aophttp://www.springframework.org/schema/aop/spring-aop-3.0.xsdhttp://www.springframew
7、k.org/schema/context"xsi:schemaLocation="http://www.springframework.org/schema/beanshttp://www.springframework.org/schema/beans/spring-beans-3.0.xsdhttp://www.springframework.org/schema/aophttp://www.springframework.org/schema/aop/spring-aop-3.0.xsdhttp://www.springframew
此文档下载收益归作者所有