Struts+Spring+Hibernate配置关键

1. 必须导入的jar包,否则会报告struts的action  is currently unavailable

1)spring包: spring.jar

2)hibernate包: hibernate2, dom4j, CGLIB,   Commons-Collection, Commons-loggin,  ODMG4, EMCache

3)struts包: 在Eclipse中使用easyStruts会自动导入

另外还需要(便于开发,普遍):

数据库连接包, jta, jstl, standard, log4j, xalan等等



你可能感兴趣的:(eclipse,spring,Hibernate,log4j,struts)