基于JAVA技术的订单管理系统(DOC毕业设计论文)
摘要本 论 文 的 研 究 课 题 是 《 基 于 JSP 技 术 的 订 单 管 理 系 统 》 的 实 现 。 本 系 统 通过 对 数 据 库 的 信 息 检 索 及 维 护 功 能 , 为 用 户 和 管 理 员 提 供 网 上 选 购 图 书 和 订 单的 生 成 、 管 理 服 务 。 整 个 研 究 过 程 经 过 需 求 分 析 、 系 统 设 计 、 系 统 开 发 和 测 试四 个 阶 段 的 工 作 。本 系 统 是 基 于 Internet, 采 用 浏 览 器 / 服 务 器 的 三 层 次 结 构 , 系 统 的 服 务器 端 ( Server) 由 Servlets 和 JavaBean 实 现 , 负 责 客 户 端 浏 览 器 ( Browser)与 Web 服 务 器 ( Web Server) 间 的 通 信 , 并 以 JDBC 数 据 连 接 为 基 础 实 现 了Web 服 务 器 ( Web Server) 与 数 据 库 ( Microsoft Access XP) 之 间 的 数 据 交 换 。系 统 使 用 jdk1.4.0 作 为 Java 环 境 , Tomcat4.0 服 务 器 作 为 JSP 的 支 持 平 台 。系 统 由 四 个 功 能 模 块 组 成 : 注 册 登 陆 模 块 : 用 户 、 管 理 员 注 册 、 登 陆 , 并 修 改 注 册 信 息 图 书 查 询 模 块 : 用 户 可 通 过 设 置 不 同 的 搜 索 范 围 和 关 键 字 来 查 询 图 书 ,也 可 以 通 过 分 类 查 看 来 查 看 一 类 图 书 图 书 选 购 模 块 : 用 户 对 购 物 车 中 的 图 书 进 行 添 加 、 删 除 、 修 改 数 量 , 并对 生 成 订 单 , 在 订 单 被 审 核 前 , 可 修 改 订 单 内 容 系 统 管 理 模 块 : 管 理 员 查 看 订 单 和 其 详 细 信 息 的 , 并 通 过 审 核 订 单 来修 改 订 单 状 态 , 审 核 后 的 订 单 用 户 不 能 修 改 ; 管 理 员 也 在 这 个 模 块 中 添加 修 改 图 书 、 分 类 、 出 版 社 等 信 息 。系 统 使 用 了 JSP+JavaBean 的 开 发 模 式 , 将 对 数 据 库 、 字 符 串 等 常 用 操 作 封装 在 JavaBean 中 , 设 计 上 使 用 了 MVC 模 式 ( 即 模 型 、 视 图 、 控 制 ) 的 思 想 ,实 现 逻 辑 与 显 示 的 分 离 , JSP 只 负 责 页 面 的 显 示 , 而 业 务 逻 辑 等 由 bean 来 实现 , 隐 藏 了 复 杂 的 数 据 库 等 程 序 逻 辑 操 作 , 减 少 在 JSP 中 脚 本 代 码 的 使 用 ,使 得 JSP 页 更 加 易 于 维 护 , 并 提 高 了 系 统 的 安 全 性 。本 系 统 重 点 阐 述 了 订 单 管 理 系 统 中 “订 ”和 “管 ”的 问 题 , 详 细 设 计 了 系统 中 的 图 书 选 购 模 块 和 系 统 管 理 模 块 , 解 决 了 用 户 选 购 图 书 和 管 理 员 对 订 单 管理 的 业 务 问 题 , 达 到 了 系 统 设 计 的 预 期 目 标 。关键字:JDBC JavaBean MVCAbstractThe research subject of the present paper is the implementation of the Order Management System based on JSP technology. The system provides the users and administrators with the service of book purchasing, order creation and management on the Internet by querying and maintaining of the database. The whole research process is divided into four stages, viz. analysis of demands, and the design, development and testing of the system.This system is based on the Internet, adopting the three-hierarchy browser/server. The server is implemented by Servlet and JavaBean, being responsible for the communication between Browser and Web Server. The server also implements the data exchange between the Web Server and Access database through a JDBC bridge. The system uses jdk1.4.0 as its Java environment and Tomcat4.0 as its JSP plat.System includes 4 function modules: Register and login module: users and administrators register, login and modify their register ination. Book search module: users can search books by setting different ranges and keywords; they can also look over a series of books by the categorical search. Book purchasing module: user can add, delete, modify the quality of books in the shopping vehicle and the orders. Before the orders are checked, the content of the orders can be modified. System management module: administrators examine orders and their details, and modify the status of the orders by the function of order checking, but the users cannot modify the order after th