论文格式
电气工程 会计论文 金融论文 国际贸易 财务管理 人力资源 轻化工程 德语论文 工程管理 文化产业管理 信息计算科学 电气自动化 历史论文
机械设计 电子通信 英语论文 物流论文 电子商务 法律论文 工商管理 旅游管理 市场营销 电视制片管理 材料科学工程 汉语言文学 免费获取
制药工程 生物工程 包装工程 模具设计 测控专业 工业工程 教育管理 行政管理 应用物理 电子信息工程 服装设计工程 教育技术学 论文降重
通信工程 电子机电 印刷工程 土木工程 交通工程 食品科学 艺术设计 新闻专业 信息管理 给水排水工程 化学工程工艺 推广赚积分 付款方式
  • 首页 |
  • 毕业论文 |
  • 论文格式 |
  • 个人简历 |
  • 工作总结 |
  • 入党申请书 |
  • 求职信 |
  • 入团申请书 |
  • 工作计划 |
  • 免费论文 |
  • 合作期刊 |
  • 论文同学网 |
搜索 高级搜索

当前位置:论文格式网 -> 毕业论文 -> 计算机论文
毕业论文标题:

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

 本文ID:LWGSW14648 价格:收费积分/100
扫一扫 扫一扫
本站会员可自行下载:下载地址 基于J2EE的材料管理系统设计与研究 (收费:1000 积分)  

论文字数: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


相关论文
本论文在计算机论文栏目,由论文格式网整理,转载请注明来源www.lwgsw.com,更多论文,请点论文格式范文查看
上一篇:图书馆管理系统设计 下一篇:基于Java的语图仪设计及实现
Tags:基于 J2EE 材料 管理系统 设计 研究 【收藏】 【返回顶部】
最新文章
热门文章
计算机论文
推荐文章

本站部分文章来自网络,如发现侵犯了您的权益,请联系指出,本站及时确认删除 E-mail:349991040@qq.com

论文格式网(www.lwgsw.com--论文格式网拼音首字母组合)提供计算机论文毕业论文格式,论文格式范文,毕业论文范文

Copyright@ 2010-2018 LWGSW.com 论文格式网 版权所有 蜀ICP备09018832号