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