该博客不会更新,新博客地址:http://codecos.com/

流浪ㄎㄍ蜗牛

读历史、看小说、写程序都是我所爱。 技术不好,头脑不灵光,靠的是兴趣。

导航

文章分类 -  Java Web

Spring MVC框架(通过Spring showcase示例)
摘要:1、 mvc-convention The Spring MVC Convention Over Configuration application showcases the new Convention Over Configuration support introduced in Spring 2.0. 阅读全文

posted @ 2009-11-04 21:18 流浪ㄎㄍ蜗牛 阅读(816) 评论(0) 推荐(0)

Spring jpetstore 阅读笔记
摘要:1.org.springframework.beans.support.PagedListHolder PagedListHolder 是一个简单状态的,可以处理对象列表的持有者,它将这些对象分成页面。页号从0开 始。 阅读全文

posted @ 2009-11-04 21:16 流浪ㄎㄍ蜗牛 阅读(327) 评论(0) 推荐(0)

petclinic阅读笔记
摘要:1 、 Web 程序的设计原则: The following items should be noted regarding the web application implementation design: 阅读全文

posted @ 2009-11-04 21:15 流浪ㄎㄍ蜗牛 阅读(414) 评论(0) 推荐(0)

Struts1.x的简单解读
摘要:1 、 Struts1.x 简单配置 a )、配置 struts * 拷贝 struts lib 下的所有 jar 到 WEB-INF/lib 下 * 修改 web.xml 文件,配置 ActionServlet * 提供 struts-config.xml 文件 阅读全文

posted @ 2009-11-04 21:13 流浪ㄎㄍ蜗牛 阅读(185) 评论(0) 推荐(0)

Spring与Struts1.X的集成
摘要:spring+struts的集成(第一种集成方案)原理:在Action中取得BeanFactory对象,然后通过BeanFactory获取业务逻辑对象1、spring和struts依赖库配置* 配置struts--拷贝struts类库和jstl类库--修改web.xml文件来配置ActionServlet--提供struts-config.xml文件--提供国际化资源文件* 配置spring--拷... 阅读全文

posted @ 2009-11-04 21:12 流浪ㄎㄍ蜗牛 阅读(86) 评论(0) 推荐(0)