SSH框架
xiayanhua225
这个作者很懒,什么都没留下…
展开
-
hibernate删除问题:not-null property references a null or transient value
org.springframework.dao.DataIntegrityViolationException: not-null property references a null or transient value: com.crms.bean.Client.employee; nested exception is org.hibernate.PropertyValueExcep...2009-09-28 14:55:00 · 112 阅读 · 0 评论 -
报错:The Struts dispatcher cannot be found.
解决方法: 将web.xml文件修改为以下: <?xml version="1.0" encoding="UTF-8"?> <web-app version="2.5" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&qu2009-09-28 14:59:06 · 135 阅读 · 0 评论 -
hibernate常见错误:找不到实体
ssh整合时可能会遇到很多问题,常见的问题之一 报如下错误: 严重: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener org.springfr...2009-09-28 15:02:55 · 188 阅读 · 0 评论 -
Hibernate operation: Could not execute JDBC batch update
Hibernate operation: Could not execute JDBC batch update;错误解决 在使用验证框架的时候,若不验证,则无此错误,若首先让字段为空,即经过了验证,则会报如上错误。 我采用的是ORACLE数据库,在hibernate反向生成.hbm.xml文件时,如下所示; <?xml version="1.0" encoding=...2009-09-28 15:08:23 · 208 阅读 · 0 评论 -
Struts1.2.9框架的登录页面的处理过程
该文章为转载: Struts Web框架是现在构建Web应用必须的开发框架之一。以下是我们学习Struts框架时通常都会看到的登录页面程序的处理流程分析,希望和广大博友交流: 基于Struts框架登录程序应用的UML顺序图 处理步骤: 1、客户从浏览器客户端向Web服务器发出请求,服务器将请求转发到Web容器,比如:Tomcat;根据请求路径URL找到ActionServle...原创 2009-10-22 11:51:01 · 126 阅读 · 0 评论