文档介绍:中南大学
本科生毕业论文(设计)
摘要
本文介绍了以网上书店为代表的商务电子的发展状况、技术背景,具体讲述了如何使用JSP建立了一个网上书店系统,网上书店的建立流程、数据库设计、功能模块的设计,以及每一个功能模块的代码实现方法。本系统采用JSP+JavaBean的模式来订制一个小型电子商务平台,系统采用界面与业务逻辑分离的三层结构设计,将业务逻辑封装在JavaBean中,使得系统的安全性、可维护性、可重用性和可扩展性都大大提高。
系统采用SQLServer为后台数据库以JSP Web为页面形式,涉及到数据库、网络、Web服务器、j2ee等方面的技术,实现了较为完备的功能。包括有前台管理:图书分类、图书详情浏览、可按书名、作者、出版社或者全部关键字查询图书,购物车功能;后台管理:订单处理、用户信息管理、图书的添加、删除等等。另外,对系统的安全性也做了相关设置。整个系统具有友好的用户界面,操作简单实用,功能较为完备。
关键词 B2C,网上书店,JSP,JavaBean,B/S
ABSTRACT
It is discussed in this paper the development, related technology of merce in short, and how to set up a Bookshop Online System, the building-flow, database setting, function module design, how to implement every function module code concretely. It is a small merce platform based on JSP+JavaBean mode. The system makes the use of three layers structure based on separation of interface and operation logic. It is packaged in the JavaBean, which advanced the security, maintainability, reusability and extensibility of the system.
The System is implemented by using SQLServer as backstage database and performed by JavaServer Pages. It involved the related technology such as database, web server and Java 2 Enterprise Edition. Also the system is carried out the following function: Interface Management, including sorting books, looking through book details, looking for books according to title, author, pany or all of the keys above, shopping car function. Administrators Management: dealing with order, user information and adding or deleting books. Besides,the security of the system is also taken into consideration. It shows friendly consumer interface and provides simple operation, completed function.
KEY WORDS Business to Consumer, Bookshop Online, JavaServer Pages, JavaBean, Browser/Server
目录
摘要------------------------------------------------------------------Ⅰ
ABSTRACT------------------------------------------------------------Ⅱ
目录------------------------------------------------------------------Ⅲ
第一章绪论 1
选