1. 在webwork中jsp中的参数是通过xwork获取并转换成Map映射以后转换成Hibernate的Model映射的,问题是在jsp提交到xwork的所有参数类型都是String类型的,而Hibernate的Model中有各种各样的类型,如Date、BigInteger等,他们之间是如何进行转换的。如果在转换过程中出现异常如何解决?能否对转换的方法进行重载?
2.Hibernate的Model文件与数据库的表单结构是一种映射关系,即一一对应的关系,而在jsp页面提交的表单中与Model也形成一一对应的关系。但是在实际的开发过程中往往并不是完全都是一一对应,如在jsp页面中有年、月、日三个选项,但是在Model类和表单中只有一个字段对它进行处理。这种情况如何解决?
3.在Hibernate的hbm.xml中使用sequence时,启动tomcat总是无法正常加载,提示如下异常:
[mywap] ERROR [main] ContextLoader.initWebApplicationContext(177) | Context initialization failedorg.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in ServletContext resource [/WEB-INF/applicationContext-hibernate.xml]: Initialization of bean failed; nested exception is net.sf.hibernate.MappingException: could not instantiate id generator[mywap] ERROR [main] [/].log(662) | Exception sending context initialized eventto listener instance of class om.mywap.webwork.listener.StartupListener org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in ServletContext resource [/WEB-INF/application Context-hibernate.xml]: Initialization of bean failed; nested exception is net.sf.hibernate.MappingException: could not instantiate id generator net.sf.hibernate.MappingException: could not instantiate id generator