斗爷

导航

2012年10月12日 #

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 斗哥哥 阅读(232) 评论(0) 推荐(0) 编辑