XX大学毕业设计专业:班级学号:学生姓名:指导教师:二〇一二年六月XX大学本科生毕业设计基于JSP的网上商城系统设计与实现——账户管理模块、购物车模块及留言板模块JSPbasedonlineshoppingsystemdesignandImplementation—TheAccountmanagementmodule,ShoppingcartmoduleandMessageboardmodule专业班级:学生姓名:指导教师:学院:2012年6月摘要本网上购物系统是一个基于Internet,采用B2C(BusinesstoConsumers)模式,并根据现有的网上购物系统的现状而设计开发的电子商务平台。它不但可以扩大商家的规模和市场影响力,而且可以减少企业的经营成本,提高工作效率。本文首先介绍了网上购物系统的现状及开发背景,然后论述了系统的设计目标,系统需求和总体设计方案,较详细的论述了系统的详细设计和实现。最后,本文对网上购物系统进行了系统测试并提出了还需要改进的问题。本系统主要为用户提供了会员注册,购物车管理,商品搜索,用户资料修改等功能,为管理员提供了商品管理,用户信息管理等功能。在设计方面,本系统采用B/S结构,同时使用JSP技术进行动态页面的设计,从系统的安全性和代码的可重用性方面考虑,运用JavaBean对程序的关键代码进行封装。后台数据库选用MicrosoftSQLServer2005数据库。关键词:网上购物;JSP;MicrosoftSQLServer2005ABSTRACTTheshoponlinesystemisaelectroniccommercialplatformwhichhasbeendesignedaccordingtothesituationofshoponlinesystembasedonInternetwithB2Cmode.Itcannotonlyenhancethescaleofshoppingcenterandmarketinfluence,andcanalsoreducetheenterprise’srunningcost,improveworkefficiency.Thethesishasfirstlyintroducedthepracticalsituationandthedevelopingbackgroundofthesystem.Andthenhasdescribedthedesigninggoal、systemneedandthewholedesigningplan,hasdescribedthedetaileddesignandrealityofthesystemindetail.Finally,conclusionhasbeendrawnaboutthesystemandproblemhasalsobeenraised.Thesystemhasmainlyprovideduserswiththefollowingfunctions:membershipregistration、shoppingcarmanagement、goodssearch、informationmodifyetc.Ithasalsoprovidedmanagerswithgoodsmanagement、customerinformationmanagementandsoon.IthasbeendesignedwithB/Smodeofstructure,JSPtechnologyindynamicpagedesign.Consideringfromthesecurityandreusingcodeofthesystem,keycodeshasbeensecuredbyJavaBeantechnology.MicrosoftSQLServer2005databasehasbeenusedasthebackgrounddatabase.KeyWords:OnlineShopping;JSP;MicrosoftSQLServer2005II目录1概述............................................................................................................................11.1网上商城的现状............................................................................................11.2选题目的及意义............................................................................................21.3可行性分析.....................................................................................................31.4系统开发运行环境........................................................................................42网上商城系统开发相关技术....................................................................................52.1JSP介绍.........................................................................................................52.2MicrosoftSQLServer2005概述..............................................................52.3Dreamweaver概述.........................................................................................62.4Tomcat概述...................................................................................................62.5Java概述.......................................................................................................72.6系统模式选择................................................................................................92.6.1B/S模式概述.....................................................................................92.6.2B/S的工作原理.................................................................................92.6.3B/S模式优点.....................................................................................93系统分析与总体设计..............................................................................................113.1系统需求分析..............................................................................................113.2系统实现目标..............................................................................................113.3系统功能结构图..........................................................................................113.4系统功能模块设计......................................................................................123.5系统流程......................................................................................................124网上商城系统详细设计及实现..............................................................................144.1系统页面的设计与实现..............................................................................144.2系统模块功能实现......................................................................................144.2.1账户管理模块..................................................................................144.2.2购物车模块......................................................................................194.2.3留言板模块......................................................................................215系统测试..................................................................................................................255.1系统测试原理和测试原则..........................................................................255.1.1系统测试原理..................................................................................25II5.1.2系统测试原则..................................................................................265.2模块测试..................................................................................................