基于 J2EE 的网络商城购物系统的设计与实现摘要自古以来,有人存在的地方就有消费,该网络商城购物系统其本质上类似于信息管理系统,其有着后台的数据库操作和维护以及前台的应用程序开发两个方面,前者需要建立一个完整的数据库,而后者则要求应用程序的功能完备,模块使用方便,应这些要求,我选择了 MVC(Model-View-Controller)设计模式,体现了软件框架结构和组件技术重用的优越性,促使网页设计者和软件开发者职责分离,提高了软件的开发效率,使得程序易于维护和扩展。本文介绍了商城购物系统的设计与实现,包括底层的开发和页面的设计,使用的系统是 Windows XP,开发工具为 MyEclipse,运用的服务器为 Tomcat,使用的数据库为 MySql,系统主要实现的功能是用户的注册和登录,用户信息的改查以及商品信息的查询,用户购买商品后整理出的商品订单等以及订单的增删改查功能,该系统中页面的设计使用了 Dreamever 工具,代码上使用的是JSP 语言。关键词:MVC 模式,J2EE,商城购物系统THE DESIGN AND ACHIEVEMENT OF NETWORK SHOPPING SYSTEM BASED ON J2EEABSTRACTFrom old,Where have people where existent consumes.The network shopping system which in nature similarly likes a managing information system.which includes operation and maintenance data-base of back-end.And the developing for application interface of font-end.The former need to set up a holistic database,the later should make the application powerful of function and module used easy.To this require,I select the MVC(Model-View-Controller) design module, reflecting the structure of the software framework and reusable component technology superiority, to the page designers and software developers of segregation of duties and improve the efficiency of software development, making the procedure easy to maintain and extend. This article introduced the design and achievement of network shopping,include bottom develop and page design.Used Windows XP system,development tool is MyEclipse,the server is Tomcat,the database is MySql,The system ma...