Spring2
yinbodotcc
基础和内核很重要---能力构成
展开
-
第一课 spring的一点理论 2006-04-05
1. 优点..with a couple of lines of configuration instead of embedded code.Spring is much simpler than traditional J2EE alternatives. With Spring, you code your applications as plain old J原创 2006-04-05 23:03:00 · 666 阅读 · 0 评论 -
ApplicationContext的几个具体类和Bean配置文件的位置关系
在用Eclipse开发Spring的时候,我发现了下面一个问题,你需要注意bean配置文件的位置注意,如果这样,则bean-conf.xml在工程的第一层,而不是和类文件在同一层 1。Resource r=new FileSystemResource("bean-conf.xml"); BeanFactory factory=new XmlBeanFactory(r); 下面的原创 2006-12-28 20:21:00 · 905 阅读 · 0 评论