使用Struts+Spring+Hibernate整合开发例子
SSH整合开发例子:实现功能:使用ssh实现用户表的新增功能.(内附有文档解说开发步骤,此例子是可以跑通的)环境:jdk5.0eclipse3.2struts1.1spring1.2hibernate3.1mysql5.01.新建一个starssh的web工程2.添加struts框架包。3.添加spring框架包。注意spring的配置文件要放到WEB-INF下。4.添加hibernate框架包。注意:在添加hibernate框架时,选择生成springconfigurationfile(applicationContext.xml)。这里是使用spring配置文件管理hibernate。先配置my