1、 毕业设计(论文) 课 题 名 称基于 SSI 框架的网上购物系统的设计与实现 学 生 姓 名 学 号 系、年级专业 指 导 教 师 职 称 年 月 日 - I - 摘要摘要 该网上购物系统属于电子商务平台的一种, 它根据现有比较流行的网上购物系统 和互联网技术与 B2C(Business to Consumers) 模式开发设计而成。使用该系统,除 了能够提高市场竞争力,扩大商家规模外,对于降低经营成本,提高工作效率也是非 常有利的。 该论文通过现有的网上购物系统情况及开发背景进行说明介绍, 从而引出在当前 形势下对该系统的设计需求, 并根据这些设计需求确定了相应的设计目标与总体设计 方案,
2、接着具体叙述了该系统的详细设计过程与实现方法,最后进行系统检测并对需 要改进的地方进行了描述。 该系统基于现在比较流行的 MVC 设计模式,主要分为了两个大模块:前台模块和 后台模块。前台模块由用户注册登录、新闻动态、留言簿、商品信息展示、商品放入 购物车以及商品结算等几大模块构成,后台模块则由用户信息管理、商品信息管理、 订单管理等子模块构成。 该系统采用 Struts2+Spring3.0+IBatis2.3 三大框架集成开发。 使用 JSP 技术进 行动态页面的设计,采用 HTML+JavaScript+CSS+AJAX 等前端技术,后台数据库选用 Oracle 11g 数据库。为了提高
3、系统的安全性能,增强代码的重复使用性,故选用程 序的关键代码的封装采用 JavaBean 组件技术实现。 关键字:Struts2;Spring2.5;IBatis2.3;JavaBean;JSP;Oracle 11g - II - ABSTRACT This system is based on mvc design mode, majoring at two modules: fore ground and background. The foreground mainly includes module of members hip registration, news and trend
4、s, guestbook, commodity information display, select goods into the shopping cart and settle accounts; the background has m ainly provided users with the following functions: customer information management, commodity information management, order management and so on.This system is adopte d by three integrated development of Struts2+Spring3.0+IBatis2.3, using JSP technology in dynamic page design, t