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

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

基于Struts和JSP的企业业务管理系统设计与实现

 本文ID:LWGSW14363 价格:收费积分/100
扫一扫 扫一扫
本站会员可自行下载:下载地址 基于Struts和JSP的企业业务管理系统设计与实现 (收费:1000 积分)  

论文字数:14268,页数:43

摘  要

 随着Internet的不断发展与普及,网络已经成为传播信息的重要渠道并不断深入企业,为企业日常业务的开展提供便利。在这个信息占主导地位的时代,许多企业正在进行信息化建设,由此为自身业务的开展创造良好的环境,从而提高企业的效益。
 本文研究的企业业务管理系统是以对下属经营部门管理、业务管理为主导开发的一套管理系统。其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强、安全性好的数据库。而对于后者则要求应用程序功能完备,易使用等特点。
 系统的实现主要使用流行的struts框架,采用MVC设计模式。MVC模式将程序代码整理切割为三部份,Model 部分是业务与应用领域( Business domain) 相关逻辑、管理状态之对象,Controller 部分接收来自View 所输入的资料并与Model 部分互动,是业务流程控制( Flow Control) 之处,View 部分则负责展现资料、接收使用者输入资料。系统数据库采用开源的MYSQL,前台程序通过JDBC与后台数据库进行连接,以达到数据存储目的。系统开发过程中使用的中间件为Apache Tomcat,它具有运行时占用的系统资源小,扩展性好,支持负载平衡与邮件服务等开发应用系统常用的功能等特点。

关键词:  企业业务管理,Struts, MySql,Tomcat,MVC
 
 ABSTRACT
 With the continuous development and popularization of Internet, the network has become an important channel for the dissemination of information and it’s deeply in business for enterprises to facilitate the conduct of daily business. In the era of information, many businesses is preparing their information construction, this is the conduct of their business to create a good environment to improve business efficiency.     This paper studies the enterprise business management system which is based on the subordinate operations management, business management-led development of a management system. Which mainly include database creation and maintenance, front-end application development aspects. The former application requests for the establishment of database, who has strong data consistency and good integrity. For the latter one, it’s powerful, easy to use.     System uses the popular struts framework and MVC design pattern.Code in MVC mode is cut into three parts, Model part of the business and applications (Business domain) related to the logic state of the object management, Controller part of receiving the information entered from the View and interact with the Model part is the business process Control (Flow Control) of the Department, View part is responsible for display data, receiving user input data. This system uses open source database MYSQL, the foreground program and the background database via JDBC connection, to achieve the purpose of data storage. System development process using middleware to Apache Tomcat, which has run-time system resources occupied by small and good scalability, support for load balancing and message services, systems development and application of commonly used functions and so on.

Keywords:  Enterprise operation management, Struts, MySql, Tomcat, MVC
目录

摘  要 I
ABSTRACT II
第1章 绪论 1
1.1 设计背景 1
1.2 国内外的研究现状 2
1.3 课题研究的目的和意义 3
1.4 设计方法 4
第2章 Struts技术介绍 6
2.1 Struts框架概述 6
2.1.1 Struts框架中的组件 7
2.1.2 浏览器/服务器结构 7
2.1.3 B/S模式的主要优点 7
2.2 数据库访问技术 8
2.2.1 JDBC 8
2.3 JSP技术介绍 9
2.4 MySql数据库 9
第3章 系统总体设计 11
3.1 功能模块划分 11
3.2 商品设置模块需求 13
3.3 单位设置模块功能 14
3.4 操作员设置模块功能 14
3.5 报表信息模块功能 15
3.6 数据库设计 15
3.6.1 数据库概念结构设计 16
3.6.2 数据库逻辑结构设计 23
3.6.3 数据库详细设计 24
第4章 系统模块设计与实现 28
4.1 系统登录页面 28
4.2 商品设置功能模块 29
4.2.1 商品添加删除页面 29
4.2.2 商品归类页面 30
4.3 操作员设置功能模块 31
4.3.1 操作员页面 31
4.3.2 操作员权限设置 31
4.3.3 操作组设置页面 32
4.4 单位设置功能模块 33
4.5 报表信息功能模块 34
4.5.1 报表信息查看页面 34
4.5.2 报表信息录入页面 35
4.5.3 报表信息修改页面 36
第5章 结论 37
致谢 38
参考文献 39


相关论文
本论文在计算机论文栏目,由论文格式网整理,转载请注明来源www.lwgsw.com,更多论文,请点论文格式范文查看
上一篇:基于JSP的企业CRM系统开发 下一篇:全国天气信息管理系统
Tags:Struts 企业业务管理系统 设计与实现 【收藏】 【返回顶部】
最新文章
热门文章
计算机论文
推荐文章

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

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

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