Exemplo n.º 1
0
 public static void main(String[] args) throws PerformanceException {
   ApplicationContext context =
       new ClassPathXmlApplicationContext(
           "com\\springinaction\\springidol\\DIBeanProperty\\spring-idol.xml");
   Performer perform = (Performer) context.getBean("kenny");
   perform.perform();
 }