摘 要本文阐述了网上购物系统的开发与设计。设计采用现在比较流行的 JSP 网站开发 技术,并考虑到网站所处理的数据的结构特点及所学到的知识,应用 Microsoft SQL Server2005 数据库系统作为网站的数据库。系统实现了网站的基本功能,包括客户 的注册登录、浏览网站信息、信息查询、购物并填写订单以及管理员对于网站的维护 与更新。在页面设计与制作中,对于页面的基本格式,使用出自 HTML 语言的框架, 然后用 Dreamweaver CS3 及 Eclipse 在框架里面做详细的设计。结合这次设计的意义对 Internet 在商业中的应用与发展做一下介绍;然后针对 整个系统进行分析,其中包括可行性分析、需求分析、系统的业务流程分析、数据分 析等;在此基础上确定网站的功能目标,将网站的功能逐次划分,并细分出子功能模 块;接下来设计并实现各个模块,在每个模块都能完成其功能的结果下将其综合成一 个完整的系统。关键词:网上购物;JSP;HTML;TomcatABSTRACTThis paper detaily describes how to develop an electronic commerce website. In the design, I used the JSP technology which is very popular during the website developer. Considered with the knowledge that I have learned and the structure of the date which the website deal with, I used Microsoft SQL server 2005 as the back database of the website. This website system has basic functions of a enterprise website.It can show us the information of the goods、news、customers that registered on the website and so on. It also can provides the function that some customers on the web can fill in bills when they want to buy the goods. The system realized the query function for products and the manage functions for the background of the system. During the process of designing the webpage, I make the main frame by HTML, and use Dreamweaver CS3 and Eclipse to finish the detailed design.First, I make a instruction for the application and development of Internet in commerce, then analyze the whole system which includ...