posts - 82, comments - 269, trackbacks - 0, articles - 1
  BlogJava :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理

12 2006 档案

     摘要: 我学习的版本是spring-framework-1.2.8带的版本,我主要学习的是如下几点:Spring的MVC,Struts 的MVC(可选),ibatis。  阅读全文

posted @ 2006-12-28 12:40 itspy 阅读(1113) | 评论 (0)  编辑 |

posted @ 2006-12-23 21:49 itspy 阅读(6598) | 评论 (0)  编辑 |

     摘要: Spring在Web中是如何载入相关的上下文环境

只要在web.xml设置监听器:org.springframework.web.context.ContextLoaderListener

org.springframework.web.context.ContextLoaderListener

并且配置一下如下参考

contextConfigLocation

/WEB-INF/dataAccessContext-local.xml /WEB-INF/applicationContext.xml



但是内部细节是如何运作的呢?  阅读全文

posted @ 2006-12-21 21:00 itspy 阅读(2918) | 评论 (5)  编辑 |

posted @ 2006-12-06 21:45 itspy 阅读(230) | 评论 (0)  编辑 |

posted @ 2006-12-05 09:15 itspy 阅读(1017) | 评论 (3)  编辑 |