April 05
Prof. Ismael H. F. Santos -  ismael@tecgraf.puc-rio.br                                                          2
Spring Dependency Injection
nDeclarative Dependency Injection with Spring Beans
nConstructor Injection
nSetter Injection
nLookup Method Injection
nBean Factory Lookup
nProvê suporte básico para a injeção de dependência
nGerencia configs e ciclo de vida de beans
n
nSomeClass instance =(SomeClass)context.getBean(“beanName”);
n
nWhere context is an implementation of
norg.springframework.beans.factory.BeanFactory