更正改动(2014-05-30 13:47:22):有的IDE中web.xml会报这个错: cvc-complex-type.2.4.a: Invalid content was found starting with element 'init-param'. One of '{"http://  xmlns.jcp.org/xml/ns/javaee":enabled, "http://xmlns.jcp.org/xml/ns/javaee":async-sup…
变更更正(2014-05-30 13:47:22):一些IDE在web.xml我们会报告这个错误: cvc-complex-type.2.4.a: Invalid content was found starting with element 'init-param'. One of '{"http://  xmlns.jcp.org/xml/ns/javaee":enabled, "http://xmlns.jcp.org/xml/ns/javaee":async…
来自 CSDN . 其实下面的更好:加入了maven集成.Spring4 MVC Hibernate4集成 下面也是一篇讲的很详细的文章: hibernate4无法保存数据 而自己遇到的hibernate的getcurrentsession.save() 无法保存数据的问题,终于在这里找到了解答: “  1.从你的文件来看,你应该是使用了spring:     2.你说用getHibernateTemplate().save(o)可以成功,而getSession.save(o)却不行.有理由怀疑…
配置web.xml <? xml version="1.0" encoding="UTF-8"?> <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xsi:schemaLocation="http://java.sun.com/xml/ns…
本实例采用springMvc hibernate 与 spring 进行整合, 用springmvc 取代了原先ssh(struts,spring,hibernate)中的struts来扮演view层的角色... 实例搭建参照了几个前辈的例子: 参照1  参照2, 感谢他们的分享,很有用的博客. 下面介绍下项目结构图: 结构一: 结构二:           web.xml代码如下: <?xml version="1.0" encoding="UTF-8"?&…
1.加入Spring4 ①. 加入 jar 包…
项目引用jar下载:http://download.csdn.net/detail/adam_zs/7262727 项目源代码下载地址:http://download.csdn.net/detail/adam_zs/7262749 今天花时间把ssh整合了一下,又一次再学习一下,希望对大家有所帮助! 我用的是mysql数据库,建表语句比較简单就不贴出来了,建表的时候记的设置id为自己主动添加�哦. 项目文件位置,项目引用jar包 项目配置文件 web.xml <?xml version="…
UserController.java 代码: package com.edw.controller; import java.io.IOException; import java.io.PrintWriter; import java.util.List; import javax.annotation.Resource; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletRe…
一.导包 antlr-2.7.7.jarasm-3.3.jarasm-commons-3.3.jarasm-tree-3.3.jarcom.springsource.com.mchange.v2.c3p0-0.9.1.2.jarcom.springsource.org.aopalliance-1.0.0.jarcom.springsource.org.apache.commons.logging-1.1.1.jarcom.springsource.org.apache.log4j-1.2.15.…
[From] http://my.oschina.net/alexgaoyh/blog/348188…