spring 攻略第二版文摘
摘要:第一章 spring简介spring ioc 容器:1. bean factory2.application context实例化application context:ApplicationContext context = new ClassPathXmlApplicationContext("beans.xml");HelloWorld helloWorld = (HelloWorld) context.getBean("helloWorld");helloWorld.hello();第八章 spring @mvc
阅读全文
posted @ 2012-10-12 09:50