单项选择题
对于Spring上下文模块架构中,()包负责Spring上下文模块,提供定位和访问应用上下文。
A.org.springframework.context
B.org.springframework.context.access
C.org.springframework.context.event
D.org.springframework.context.support
点击查看答案
相关考题
-
单项选择题
在Spring架构中,()包添加了对消息资源的支持,实现了观察者设计模式,开发者可以使用统一的API为应用对象获得应用资源。
A.org.springframewok.context
B.org.springframewok.aop
C.org.springframewok.ioc
D.org.springframewok.beans -
单项选择题
在Spring框架中,BeanFactory提供了管理和操作JavaBean的基本功能,但是需要通过应用代码显式实例化BeanFactory。为了加强BeanFactory及其实现提供的功能,Spring框架引入了()接口,不需要手动创建其实例,可以以声明的方式使用它。
A.Bean
B.ApplicationContext
C.PropertyEditor
D.Aspect -
单项选择题
通常,在Spring事务管理中,会通过Spring的()接口来简化编程式事务管理
A.TransactionAttribute
B.TransactionTemplate
C.TransactionStatus
D.DatasourceTransactionManager
