网站地图| 免费获取|
免费论文网
  • 网站首页|
  • 论文范文|
  • 修改降重|
  • 职称论文|
  • 合作期刊|
  • 论文下载|
  • 计算机论文|
  • 外文翻译|
  • 免费论文|
  • 原创论文|
  • 开题报告论文
搜索

当前位置:免费论文网 -> 论文下载 -> 论文下载 -> 基于J2EE的材料管理系统设计与研究
计算机论文| ASP设计| Delphi| VB设计| JSP设计| ASP.NET设计| VB.NET| java设计| VC| pb| VS| dreamweaver| c#.net| vf| VC++| 计算机论文范文| 论文下载| 自动化论文

基于J2EE的材料管理系统设计与研究

本文ID:LW19471 字数:13947,页数:41 价格:¥40.00 → 信用说明

以下为论文简介,扫一扫付款马上可获取全文,付款金额见标题右下角。付款后请把付款结果截图及本篇论文的网址或者论文ID发给客服,客服核实后,马上将论文发到您的邮箱或者在线传送给您。客服QQ:17304545 点击这里给我发消息   微信:17304545 扫一扫 扫一扫
本站会员可自行下载:下载地址 基于J2EE的材料管理系统设计与研究 (收费:4000 积分)  如何获取积分?
基于J2EE的材料管理系统设计与研究

文档字数:13947,页数:41

摘 要
 
 J2EE体系结构是目前建立电子商务及其它基于Web的企业应用程序的首选技术之一。本文对基于J2EE体系架构的材料管理系统进行了详细的研究与设计。苏州中级人民法院材料管理系统在体系结构上采用业界先进的J2EE体系结构来构建整个管理系统,在开发中使用了目前比较流行的开发工具Eclipse 和专业的技术。该系统在设计模式上采用了技术领先的SSH(Struts+Spring+Hibernate)设计模式,整个系统的各个模块保持高度的可重用性,各个模块之间的耦合程度非常低,保证了系统的高可扩展性、高可维护性。
 本文首先介绍了设计该系统所用到的基础知识,并指出进行开发的需求分析,然后给出该系统的业务范围,在各种基本功能要求下,分析了系统的具体需求。其次,阐述了关于该系统整体结构的概要设计方案,说明了模块的层次与处理的流程。再次,针对该系统的权限管理及用户管理模块,给出了详细的结构设计、逻辑流程,为后面所进行的编码实现打下了基础。最后,提出了具体的单体测试、集成测试方案,并列出了针对权限管理及用户管理模块的测试结果。
 
关键词:J2EE体系结构,SSH设计模式,材料管理
  Abstract

 J2EE architecture has been one of the first choices in e-business and other web applications nowadays. In this thesis, an enterprise management system of three tires of J2EE architecture has been studied and designed in detail. The advanced three-tire architecture in the software industry is used in the Document Management system of middle court of Suzhou. Based on J2EE architecture we construct the whole manage system. In the developing process, a developing instrument Eclipse, which is very popular recently, and the professional technology are used. The design model of this system is SSH (Struts+spring+Hibernate). Every module in this system keeps highly reusability. The coupling between every module is quite weak; in that case the system surely has highly expansibility and maintainability.
 Firstly, the fundamental knowledge about the technology which is used when designing the system is discussed. Also this paper indicates the requirements and designing of the system. And then, the thesis presents the operation range of this system. On the basis of these basic requirements, the paper gives analysis of the systemic concrete requirements. Secondly, the thesis expatiate the schema of design as to the holistic framework, and it also explains the hierarchy of module and the flow of process. Thirdly, as for management of authority and role module, the thesis presents particular and configurable design, logical flow, which are the foundation of programming. Finally, the thesis lists the testing results of management of authority and role module using the methods of concrete monocular test, integrated test and systemic test,
 
Keywords: J2EE architecture, SSH design pattern, Document management
 


目 录

摘 要 I
Abstract II
第1章 前言和背景 1
第2章 基础知识介绍 2
 2.1 J2EE概述 2
 2.2 J2EE体系结构 2
 2.2.1 容器体系结构 3
 2.3 J2EE技术 4
 2.3.1 组件技术 4
 2.3.2 服务技术 5
 2.4 SSH架构 5
 2.4.1 Struts 实现MVC的机制 5
 2.4.2 Spring基本概念及其特点 6
 2.4.3 Hibernate 持久层框架 6
 2.4.4 SSH 轻量级架构 7
第3章 需求分析 8
 3.1 引言 8
 3.2 产品要求 8
 3.2.1 总体效果 8
 3.2.2 产品主要功能概述 9
 3.2.3 运行环境 9
 3.2.4 市场分析 10
 3.2.5 技术可行性分析 10
 3.3 项目开发计划 11
第4章 概要设计 12
 4.1 总体设计 12
 4.1.1 总体流程描述 12
 4.1.2 模块的标准流程 12
 4.1.3 安全控制 13
 4.1.4 结构 15
 4.2 接口设计 16
 4.2.1 用户接口 16
 4.2.2 外部接口 16
 4.2.3 内部接口 16
 4.3 数据库设计 16
 4.4 出错处理设计 18
 4.4.1 出错信息 18
 4.4.2 补救措施 19
第5章 详细设计 20
 5.1 软件开发环境 20
 5.1.1 开发工具 20
 5.1.2 开发环境 20
 5.2 程序描述 20
 5.3 流程逻辑 21
 5.4 窗体表述 22
 5.4.1 权限管理模块 22
 5.4.2 角色管理模块 24
 5.5 过程、函数、事件 25
 5.6 算法 26
 5.7 限制条件 26
第6章 编码 27
 6.1 权限管理相关代码 27
 6.2 角色管理相关代码 29
第7章 测试 32
 7.1 单体测试 32
 7.2 集成测试 33
第8章 结束语 35
致谢 36
参考文献 37

基于J2EE的材料管理系统设计与研究由免费论文网(www.jaoyuw.com)会员上传。
原创论文流程 相关论文
上一篇:基于Java的语图仪设计及实现 下一篇:小区物业管理系统
推荐论文 本专业最新论文
Tags:基于 J2EE 材料 管理系统 设计 研究 2011-04-30 09:07:03【返回顶部】
发表论文

联系方式 | 论文说明 | 网站地图 | 免费获取 | 钻石会员 | 硕士论文


免费论文网提供论文范文,论文代发,原创论文

本站部分文章来自网友投稿上传,如发现侵犯了您的版权,请联系指出,本站及时确认并删除  E-mail: 17304545@qq.com

Copyright@ 2009-2023 免费论文网 版权所有