分类:
2008-09-09 13:32:42
SSH(方案一)
1,导入spring,包含(ormDAO包)(web包)
2,导入hibernate,将hibernate的信息到写到Spring的applicationContext.xml中,使hibernate受spring管理,
配置如:
class="org.apache.commons.dbcp.BasicDataSource">
class="org.springframework.orm.hibernate3.LocalSessionFactoryBean"> org.hibernate.dialect.SQLServerDialect
3,导入struts()修改web.xml,添加spring的路径和监听
配置如:
[1]