Sturts核心控制器ActionServlet(orgapachestrutsactionActionServlet)继承DispatchAction
Dao层(ibatis)继承springjar包SqlMapClientDaoSupport
Sturts核心控制器FilterDispatcher(orgapachestrutsdispatcherFilterDispatcher)继承ActionSupport
Dao层(hibernate)继承springormjar包HibernateDaoSupport
SprintMVCDispatcherServlet(orgspringframeworkwebservletDispatcherServlet)
Dao层springjdbc SimpleJdbcTemplate
(hibernate)SimpleHibernateDao
spring容器BeanFactory和ApplicationContext
jdbc
jdbc加载配置文件
jdbc加载proxoolxml(连接池)
hibernate
spring加载hibernate
spring加载配置文件(可单一可多) JNDI(dataSource)
spring加载proxoolxml(多连接池)} webxml中加载proxoolxml
spring加载Ibatis SqlMap只是用来映射还需webxml中用proxool
hibernate读取
(
)
spring容器
(
)