MyEclipse8.0构建S2SH(struts2.1+spring2.5+hibernate3.2)项目

 MyEclipse8.0构建S2SH(struts2.1+spring2.5+hibernate3.2)项目


 1、工具添加hibernate3.2;默认。删除hibernate.cfg.xml
 2、工具添加spring2.5;前四个和Web
 3、添加struts2.1;选/*
 4、配置web.xml;监听器加载spring文件
 5、自动生成entity文件;
 6、配置applicationContext.xml;数据源、sessionFactory、事务
 7、试运行;先删除
  spring的asm-2.2.3.jar
  hibernate的xerces2.6.2.jar
  hibernate的cglib2.1.3.jar
  hibernate的asm-attrs.jar
  hibernate的asm.jar
      添加
  struts2-spring-plugin-2.0.11.jar
 8、编写DAO;
 9、编写Service,注入DAO;
 10、编写Action,注入Service;
 11、编写jsp表单;
 12、spring文件管理Action;
 13、配置struts.xml。
 
 
 完成。添加一条数据测试下,ok

你可能感兴趣的:(DAO,spring,Hibernate,MyEclipse,struts,service)