BeanFactory applicationContext = new ClassPathXmlApplicationContext(“beans.xml”);
UserService service = (UserService)applicationContext.getBean("userService")
BeanFactory applicationContext = new ClassPathXmlApplicationContext(“beans.xml”);
UserService service = (UserService)applicationContext.getBean("userService")