1、摘 要 商品管理是包含了进货、销售、存储一整套流程的管理活动。本文专注于商品管理 中的销售这一环节, 设计并实现了一个基于 B/S (Browser/Server) 架构的网上购物系统。 该系统借鉴了淘宝、京东等网站的模式,使用 SSH(Struts、Spring、Hibernate)框架实 现。该系统实际是一个电商平台,网站本身并不销售自营商品,而是给其他用户提供销 售商品的平台。 本文首先简单介绍了电子商务,然后是系统开发使用的编程语言及相关技术的简介, 之后详细论述了系统的设计方案,包括可行性分析、需求分析、总体设计、数据库设计 和详细设计。最后,本文论述了系统的测试情况,并列出系统存在
2、的问题及需要改进的 地方。 关键词: 商品管理;电子商务;Struts;Spring;Hibernate 1 ABSTRACT Commodity management is an activity including purchase, sale and storage. The thesis focuses on sale in commodity management, and designs and implements an online shopping system based on B/S (Browser/Server) mode. The system draws on t
3、he mode of Taobao and Jingdong, and is implemented with SSH framework (Struts, Spring, Hibernate). In fact, the system is an E-commerce platform. It means the website owner doesnt sale any commodity. The system provides a platform for others to sale commodity. Firstly, the thesis introduces the E-co
4、mmerce. Then it introduces programming language and relevant technology in development of the system. Then it describes the design plan of system, including feasibility analysis, requirement analysis, overall design, database design and detailed design. Finally, it describes system test result, and lists system problems and areas for improvement. Key words:Commodity Management;E-commerce;Struts;Spring;Hibernate 2 目录 1 1 引言引言 3 3 2 2 系统概述系统概述 4 4 2.1 电子商务简介 4 2.2 开发语言与相关技术介绍 4 2.2.1 Java