资源描述:
《【论文】基于JSP电子商务网站的设计与实现》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、基于JSP电子商务网站的设计与实现摘要本网站是利用JSP(JavaServerPage)编程技术构建的电子商务网站,目标是在公司与顾客之间,搭建一个商务信息交流的平台,通过这个平台,实现双方便捷、高效的交易目的。借助该电子商务网站,公司能够在更广泛的范围内,开拓市场,抓住商机。本文首先介绍了网上购物系统的现状及开发背景,然后论述了网站的设计目标、需求分析和总体设计方案,较详细的论述了系统的详细设计和实现。并对电子商务网站进行测试,提出了维护方案,最后,对本研究课题进行了总结及展望。本网站为用户提供了会员注册、购物车管理、订单管理、商品搜索、用户
2、资料修改等功能,为管理员则提供了商品管理、会员管理、公告管理、订单管理等功能。在设计方面,本网站采用MVC模型,同时使用JSP技术进行动态的设计,后台数据库采用MySQL数据库。关键词:JSP,电子商务,Servlet,MVCI基于JSP电子商务网站的设计与实现AbstractThee-commercesiteisdesignedbyusingJSP(JavaServerPage)technology,maintainingthegoaltobuildaB2Cbusinessinformationcommunicationplatform,th
3、roughwhichcanachieve,bothconvenienceandefficiencyintradin.Companiescandevelopthemostextensiverangeofmarketsandseizeopportunitiesthroughthise-commercesites.Thispaperfirstlyintroducesthedevelopmentbackgroundandstatusofonlineshoppingsystemandthendiscussesthedesigngoals,requirem
4、entsanalysis,overalldesignprojectandadetaileddescriptionofthedesignandimplementation.Then,e-commercesitesaretestedandmaintenanceprogramsareintroduced.Finally,itgivesasummaryandexpectationonthisspecifictopic.Thissiteprovidesuserswithmembershipregistration,shoppingcartmanageme
5、nt,ordermanagement,productsearch,informationchangesandotherfunctions.Italsoprovidesadministratorswithgoodsmanagement,membershipmanagement,announcementmanagement,ordermanagementandsoon.Ondesigning,thesiteusestheMVCmodelcombiningJSPtechnologytomakedynamicdesignwithback-enddata
6、baseusingMySQLdatabase.Keywords:JSP,electroniccommerce,Servlet,MVCII基于JSP电子商务网站的设计与实现目录第一章前言.......................................................11.1立题背景..........................................................................................................11.2研究现状......
7、....................................................................................................1第二章核心技术研究.................................................32.1JSP技术...........................................................................................................
8、.32.1.1JSP理论基础及优势..........................................................