1:applicationContext.xml部分,其中SessionFactory相当于Hibernate中的hibernate.cfg.xml.所以需要属性mappingLocations确定和domain的映射.
2struts.xml部分,由于将Action交给Spring管理,所以struts.xml中对于Action中的class配置改为applicationContext.xml中Action的
id,相当于ref
3:web.xml部分,直接看图吧
4:主要就是这三个,另外就是比如db.properties,domain.hbm.xml,和整合ssh无关,没什么变化,就不总结了.