基于jsp的网上书店系统设计.rar
基于jsp的网上书店系统设计,内 容 提 要随着网络技术的迅猛发展,电子商务也日趋成熟,网上书店已不再陌生,它开辟出了一条新的销售渠道,并被人们逐渐重视。在网络系统开发中,由于jsp是一种比较成熟的语言,所以是人们经常使用的语言之一。本系统就是通过使用jsp 技术来设计与实现网上书店电子商务系统,并采用了当今网上书店应用开发的主流技术即b/s体系结...
该文档为压缩文件,包含的文件列表如下:
内容介绍
原文档由会员 wanli1988go 发布
内 容 提 要
随着网络技术的迅猛发展,电子商务也日趋成熟,网上书店已不再陌生,它开辟出了一条新的销售渠道,并被人们逐渐重视。在网络系统开发中,由于JSP是一种比较成熟的语言,所以是人们经常使用的语言之一。本系统就是通过使用JSP 技术来设计与实现网上书店电子商务系统,并采用了当今网上书店应用开发的主流技术即B/S体系结构,它打破了以前传统的C/S开发模式,使顾客能够更方便的进行消费。本文对B/S模式进行了简要的说明,并概要的介绍了一下JSP、Servlet和JavaBeans的技术,包括他们的特点、运行方式等。JSP开发环境的搭建在文中有详细的说明。从需求分析、总体方案、可行性分析、概要设计、总体设计逐层深入的把本系统进行了分析研究。详细的讲解了系统的功能页面,最后还对系统的安全性略作了说明。
关键词:Java; Servlet; JSP; JavaBeans; B/S
Abstract
With the swift and violent development of the network technology, E-commerce is becoming mature with each passing day, one example that is no longer strange to us is online bookstore, which has opened up a new marketing channel and is being paid more and more attention to by people. In the process of development of network system, JSP,a language which is commonly used just because its maturation. The system we are talking about uses JSP tech to design and realize the system of online store, and adopt the major techs of B/C system which brings to customers an easy way of consuming by breaking dawn the traditional development model of C/S and is widely developed and used for online bookstore on the internet. This text has carried on a brief explanation to B/S model and briefly introduced the technology of JSP, Servlet and JavaBeans including their characteristics and way of operation. The establishment of JSP development environment has been detailed explained in the article. This system is analyzed through namely demand analysis, overall strategy, feasibility analysis, outline design and overall design, chase layer and deepen. This text also detailedly demonstrated and explained the function pages of this system and gave a brief explanation on the security of the system at the end.
Key words: Java ; Servlet ; JSP; JavaBeans; B/S
目 录
一、引言…………………………………………………………………………………………………4
二、B/S结构简介………………………………………………………………………………………4
㈠表示层 ………………………………………………………………………………………………4
㈡业务逻辑层 …………………………………………………………………………………………4
㈢数据层 ………………………………………………………………………………………………4
三、JSP技术介绍………………………………………………………………………………………5
㈠Java介绍 ……………………………………………………………………………………………5
㈡servelt简介…………………………………………………………………………………………5
㈢JSP的运行机制与环境配置…………………………………………………………………………5
㈣Tomcat ………………………………………………………………………………………………9
四、网上图书销售系统分析与设计…………………………………………………………………10
㈠需求分析……………………………………………………………………………………………10
㈡总体方案……………………………………………………………………………………………10
㈢可行性分析…………………………………………………………………………………………10
㈣概要设计……………………………………………………………………………………………10
㈤网站的总体设计……………………………………………………………………………………10
五、系统的安全性……………………………………………………………………………………19
六、结语………………………………………………………………………………………………20
参考文献………………………………………………………………………………………………20
基于JSP的网上书店系统
一、引言
因特网最大的优势就是它将分布在世界各地的、彼此孤立的资源有效地组织起来,在世界范围内实现高效的信息传递和资源共享。 随着网络技术的发展和社会经济的飞速变化,派生出一种新型的商务操作模式——电子商务。 电子商务是指交易各方通过电子方式进行的商业交易,它不是传统意义上的通过当面交换或直接面谈方式进行的交易,是一种系统的、完整的电子商务运作,它包括方案的提出、设计、实施以及建立在其上的商务应用等各个方面, 而网上书店就是其中的一个典范。它改变了传统的经营模式,利用电子商务的优势同现有销售模式和流通渠道相结合, 为书店的再发展带来新的商机,也为各地消费者提供便利,而且降低商业成本。综合各方面的考虑,决定采用tomcat +JSP 的Java 技术来开发本图书销售系统,充分利用Java 技术的优势,系统稳定高效, 而且管理人员通过后台管理能及时地发布新的书讯动态,加强了书店与消费者之间的联系。
二、B/S结构简介
B/S 结构模型把传统C/S 结构模型的服务器端进一步深化,分解为一个应用服务器(Web服务器)和一个或多个数据库服务器,用浏览器(Browser)作为客户端,从而形成三层或多层模型。B/S 结构分为表示层、业务逻辑层和数据层。
(一)表示层
表示层主要负责人机交互,其功..
随着网络技术的迅猛发展,电子商务也日趋成熟,网上书店已不再陌生,它开辟出了一条新的销售渠道,并被人们逐渐重视。在网络系统开发中,由于JSP是一种比较成熟的语言,所以是人们经常使用的语言之一。本系统就是通过使用JSP 技术来设计与实现网上书店电子商务系统,并采用了当今网上书店应用开发的主流技术即B/S体系结构,它打破了以前传统的C/S开发模式,使顾客能够更方便的进行消费。本文对B/S模式进行了简要的说明,并概要的介绍了一下JSP、Servlet和JavaBeans的技术,包括他们的特点、运行方式等。JSP开发环境的搭建在文中有详细的说明。从需求分析、总体方案、可行性分析、概要设计、总体设计逐层深入的把本系统进行了分析研究。详细的讲解了系统的功能页面,最后还对系统的安全性略作了说明。
关键词:Java; Servlet; JSP; JavaBeans; B/S
Abstract
With the swift and violent development of the network technology, E-commerce is becoming mature with each passing day, one example that is no longer strange to us is online bookstore, which has opened up a new marketing channel and is being paid more and more attention to by people. In the process of development of network system, JSP,a language which is commonly used just because its maturation. The system we are talking about uses JSP tech to design and realize the system of online store, and adopt the major techs of B/C system which brings to customers an easy way of consuming by breaking dawn the traditional development model of C/S and is widely developed and used for online bookstore on the internet. This text has carried on a brief explanation to B/S model and briefly introduced the technology of JSP, Servlet and JavaBeans including their characteristics and way of operation. The establishment of JSP development environment has been detailed explained in the article. This system is analyzed through namely demand analysis, overall strategy, feasibility analysis, outline design and overall design, chase layer and deepen. This text also detailedly demonstrated and explained the function pages of this system and gave a brief explanation on the security of the system at the end.
Key words: Java ; Servlet ; JSP; JavaBeans; B/S
目 录
一、引言…………………………………………………………………………………………………4
二、B/S结构简介………………………………………………………………………………………4
㈠表示层 ………………………………………………………………………………………………4
㈡业务逻辑层 …………………………………………………………………………………………4
㈢数据层 ………………………………………………………………………………………………4
三、JSP技术介绍………………………………………………………………………………………5
㈠Java介绍 ……………………………………………………………………………………………5
㈡servelt简介…………………………………………………………………………………………5
㈢JSP的运行机制与环境配置…………………………………………………………………………5
㈣Tomcat ………………………………………………………………………………………………9
四、网上图书销售系统分析与设计…………………………………………………………………10
㈠需求分析……………………………………………………………………………………………10
㈡总体方案……………………………………………………………………………………………10
㈢可行性分析…………………………………………………………………………………………10
㈣概要设计……………………………………………………………………………………………10
㈤网站的总体设计……………………………………………………………………………………10
五、系统的安全性……………………………………………………………………………………19
六、结语………………………………………………………………………………………………20
参考文献………………………………………………………………………………………………20
基于JSP的网上书店系统
一、引言
因特网最大的优势就是它将分布在世界各地的、彼此孤立的资源有效地组织起来,在世界范围内实现高效的信息传递和资源共享。 随着网络技术的发展和社会经济的飞速变化,派生出一种新型的商务操作模式——电子商务。 电子商务是指交易各方通过电子方式进行的商业交易,它不是传统意义上的通过当面交换或直接面谈方式进行的交易,是一种系统的、完整的电子商务运作,它包括方案的提出、设计、实施以及建立在其上的商务应用等各个方面, 而网上书店就是其中的一个典范。它改变了传统的经营模式,利用电子商务的优势同现有销售模式和流通渠道相结合, 为书店的再发展带来新的商机,也为各地消费者提供便利,而且降低商业成本。综合各方面的考虑,决定采用tomcat +JSP 的Java 技术来开发本图书销售系统,充分利用Java 技术的优势,系统稳定高效, 而且管理人员通过后台管理能及时地发布新的书讯动态,加强了书店与消费者之间的联系。
二、B/S结构简介
B/S 结构模型把传统C/S 结构模型的服务器端进一步深化,分解为一个应用服务器(Web服务器)和一个或多个数据库服务器,用浏览器(Browser)作为客户端,从而形成三层或多层模型。B/S 结构分为表示层、业务逻辑层和数据层。
(一)表示层
表示层主要负责人机交互,其功..