spring

 首先是Spring资源属性配置(org.springframework.beans.factory.config.PropertyPlaceholderConfigurer),数据库连接池(org.apache.commons.dbcp.BasicDataSource),Hibernate配置文件(org.springframework.orm.hibernate3.LocalSessionFactoryBean), 事务管理(org.springframework.orm.hibernate3.HibernateTransactionManager),拦截器(org.springframework.transaction.interceptor.TransactionInterceptor),再调用Sevice中的AOP!

只是自己的笔记!

你可能感兴趣的:(spring,AOP,Hibernate,orm,配置管理)