`
sakakokiya
  • 浏览: 521944 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

 Spring Core - Basic

阅读更多
Dependency Injection People that start working with Spring benefit from a basic understanding of dependency injection since Spring is an application container that is based for the larger part on this paradigm. Building an application using Spring requires you to adopt a certain way of application design that is fundamentally different from the way you designed applications without dependency injection (i.e. by having beans explicitly look up dependencies themselves).
  • Describe dependency injection.
  • Describe its advantages (and disadvantages).
  • Differentiate setter injection from constructor injection (note that method injection is not an objective for this exam).
XML Configuration Write and identify correct pieces of xml bean configuration files. BeanFactory & ApplicationContext Lifecycle
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics