摘要: 实现 1.创建一个类让其实现org.springframework.context.ApplicationContextAware接口来让Spring在启动的时候为我们注入ApplicationContext对象. 示例代码: import org.springframework.beans.BeansException; import org.springframework.context.ApplicationContext; import org.springframework.context.ApplicationContextAware; public class My... 阅读全文
posted @ 2012-02-21 15:03 跳刀的兔子 阅读(18503) 评论(0) 推荐(0) 编辑
摘要: TestContext 可以运行在 JUnit 3.8、JUnit 4.4、TestNG 等测试框架下。Spring的版本2.5+JUnit4.4+log4j1.2.12@RunWith(SpringJUnit4ClassRunner.class)@ContextConfiguration(locations={"http://www.cnblogs.com/../applicationContext.xml","http://www.cnblogs.com/../daoContext.xml"})@TransactionConfiguration(tr 阅读全文
posted @ 2012-02-21 14:54 跳刀的兔子 阅读(31192) 评论(0) 推荐(0) 编辑