文件名称:JAVAwangshangshudian
- 所属分类:
- JSP源码/Java
- 资源属性:
- [WORD]
- 上传时间:
- 2012-11-26
- 文件大小:
- 548kb
- 下载次数:
- 0次
- 提 供 者:
- a***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
在本章中我们使用JSP和Java Bean来构建一个网上书店。本章介绍的例子可以分成两大部分,第一部分是普通程序,用于客户在网上选购图书,第二部分是管理程序,用于在服务器端处理客户的定单。客户端程序由以下几个部分构成:
default.jsp:会员登录界面(首页);
checklogon.jsp:检测登录代码和密码是否一致,根据由JavaBean返回的结果显示不同的信息。
BuyerBean:会员的合法性检验所用的Bean;
booklist.jsp:给登录会员显示当前书店中可供选择的图书;
addcart.jsp:将所选的图书加入购物车;
shoppingcart.jsp:查看购物车的内容;
-In this chapter we use the JSP and Java Bean to build an online bookstore. The examples presented in this chapter can be divided into two parts, first part is the ordinary procedure for customers to buy books online, the second part is the management process for the server-side processing of customer orders. The client program consists of the following composition:
default.jsp: Member login screen (page)
checklogon.jsp: Detection login code and password are the same, to display different information based on the results returned by the JavaBean.
BuyerBean: members of the legitimacy of test used by the bean
booklist.jsp: Login to display the current bookstore books to choose from
addcart.jsp: the selected books in the shopping cart
shoppingcart.jsp: View the contents of the shopping cart
default.jsp:会员登录界面(首页);
checklogon.jsp:检测登录代码和密码是否一致,根据由JavaBean返回的结果显示不同的信息。
BuyerBean:会员的合法性检验所用的Bean;
booklist.jsp:给登录会员显示当前书店中可供选择的图书;
addcart.jsp:将所选的图书加入购物车;
shoppingcart.jsp:查看购物车的内容;
-In this chapter we use the JSP and Java Bean to build an online bookstore. The examples presented in this chapter can be divided into two parts, first part is the ordinary procedure for customers to buy books online, the second part is the management process for the server-side processing of customer orders. The client program consists of the following composition:
default.jsp: Member login screen (page)
checklogon.jsp: Detection login code and password are the same, to display different information based on the results returned by the JavaBean.
BuyerBean: members of the legitimacy of test used by the bean
booklist.jsp: Login to display the current bookstore books to choose from
addcart.jsp: the selected books in the shopping cart
shoppingcart.jsp: View the contents of the shopping cart
(系统自动生成,下载前可以参看下载内容)
下载文件列表
网上书店.doc