--Create and manage object(IOC-Inversion of control)
--Inject object dependencies(Dependency injection)
--Spring container generically known as ApplicationContext
Ex:xml based
public class UserConfigurationManager { private String userName; private String password; private UserConfigurationManager() { ...
No comments:
Post a Comment