欢迎使用我的 在线工具

小D

读历史、看小说、写程序都是我所爱。技术不好,头脑不灵光,靠的是兴趣。
随笔 - 35, 文章 - 25, 评论 - 13, 引用 - 0
数据加载中……

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.

The web application is *very* simplistic, because the intent is
to convey the essence(本质) of the convention over configuration support(配置文档协议支
  阅读全文

posted @ 2009-11-04 21:18 vagasnail 阅读(2163) | 评论 (0)  编辑

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

始。
这个主要在WEB UI中使用。具有代表的,一个实例将被以列示一列bean,将它们放置到session中,然后

将它们导出为一个model(模型)。所有的属性将程序化set/get,但是最常用的方式是数据绑定,例如组
  阅读全文

posted @ 2009-11-04 21:16 vagasnail 阅读(745) | 评论 (0)  编辑

petclinic阅读笔记
     摘要: 1、Web 程序的设计原则:

The following items should be noted regarding the web application implementation design:

all JSP's are stored under /WEB-INF/jsp except for index.jsp which is the configured "welcome-file"
The use of JSP technology in the application is not exposed to the user, i.e., the end user never sees a URL ending in ".jsp".   阅读全文

posted @ 2009-11-04 21:15 vagasnail 阅读(770) | 评论 (0)  编辑