java毕业设计--用Java web开发的网上商城系统.doc
文本预览下载声明
哈尔滨理工大学
毕 业 设 计
题 目: 网上商城系统
院、 系: 计算机科学与技术学院 网络工程系
姓 名:
指导教师:
系主任:
2010年06月25日
网上商城系统
摘 要
目前,人们的购物方式已经变得多种多样,在现实中的商场、超市、各种店铺,还有就是在网上购物。网络购物作为一种新的购物形式被广大群众所接受,尤其是年轻群体。
因此本文的主要研究对象就是网上商城系统,研究网上商城一般的业务流程,还有网上商城的结构和模块,各个模块的功能等等。整个论文从如何来分析一个网上商城系统的业务流程和它的结构以及模块,再到到对开发工具的选择,以及对前面分析出来的结果进行初步的设计(这里我设计的是使用Java的web开发技术来实现这个网上商城系统),对网上商城系统分析和设计完成之后,就进入到实际的代码编写阶段,在这个阶段就可能对前面的设计进行一定的修改或是完善。在开发阶段,我将采用的是螺旋递增式的开发,每次只完成一部分功能,然后就立即对这些功能进行测试,接着进入下一个开发阶段,然后继续测试,直到所有的功能全部实现后,再对整个系统进行一个完整的测试,看其是否达到了先前的设计要求。
综上所述,本文讨论的就是如何使用Java的web开发技术来完整的实现一个网上商城系统的主要功能。
关键词 网上商城;Java;Web开发
Online Shopping Mall System
Abstract
At present, peoples shopping patterns have become diverse, in reality shopping malls, supermarkets, various shops, and the online shopping. Online shopping as a new form of shopping has been accepted by the masses, especially in younger age groups.
So in this paper we will discuss the Online Shopping Mall, study the general business processes of online shopping mall, and the Online Shopping Malls structure and modules, the functions of each module, and so on. This paper start from how to analysis a Online Shopping Mall’s business process and it’s structure, then we go to choose development tools, next I will make a preliminary design (here I designed to use the java web technology to achieve this Online Shopping Mall), all this done, then we go to type the code, in development stage I use the Increasing spiral development model, it just completed a part of the function, then I will test this part, then a other part, step by step, until all the Online Shopping Mall be complete, after this I will do a complete test for the whole system, to check if it meets the design requirements previously.
So in this paper, we discuss how to use java web technology to build a Online Shopping Mall.
Keywords Online Shopping Mall; Java; Web Development
目 录
摘要…… I
Abstract II
第1章 绪论 1
1.1 选题目的和意义 1
1.2 论文研究内容 1
1.3 什么是网上商城 2
1.4 网上商城的分类
显示全部