毕业设计-网上办公系统的设计与实现
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
摘要
随着互联网技术的飞速发展,网上办公系统在技术和应用上都得到了更高层次的发展,人们逐渐意识到网上办公系统的运用可以使日常办公工作更加方便、快捷和高效。而办公活动重要性的日渐突出,也引起了企业管理者的普遍重视,他们越来越感觉到没有信息技术支持的企业管理是力不从心的,因而办公自动化系统应运而生。长期以来,人们对以纸质文件为中心的传统办公方式习以为常。这不仅耗费了大量的人力、物力、财力,而且效率低、时效性差、容易出错,不利于企业长期稳定、高效的发展。然而应用新型的办公自动化系统能够将人从繁琐、无序、低序、低端的工作中解放出来从事核心事务,整体提高了企业办事的工作效率和对信息的可控性,很好地规范并改进了现有的企业管理,降低了办公成本,提高了执行力,使管理趋于完善,企业更具有竞争力。
因此,本次论文将详细的阐述网上办公系统的设计与实习。该系统将采用现下最流行的java语言,最流行的mvc框架,所选用的开发工具是myeclipse,数据库oracle数据库。实现日程安排及管理,会议安排及管理,消息传递,考勤等功能,切实的提高企业办公效率。
关键字网上办公,java ee技术,mvc模式,oracle
ABSTRACT
With the rapid development of Internet technology, on-line office system develops a higher level on technology and applications. People gradually realize that the use of on-line office system will make the day-to-day office work more convenient, faster and efficient. The importance of office activities has become increasingly prominent, which lead enterprise managers to widespread attention. They feel more and more powerless if the enterprise management comes without IT support. Thus the office automation system comes into being. For quite some time, people accustomed to enjoy traditional paper documents office system. It not only wasted a lot of manpower, material and financial resources, but also shows low efficiency, timeliness, error-prone, which is not conducive enterprise to develop long-term stable and efficient. However, the application of new office automation system will release people from tedious, disorderly, low-order, and low-end work to go in for the core business. Then enhance the overall efficiency of the companies and the controllability of the information. Moreover it standardize and improve the existing enterprise management, reduce the office costs, improve the power of execution, make the management tend to perfect, and enterprises possess more competitive.
Therefore, this paper will elaborate the design and internship of online office system. The system will use the most popular java language, One of the most popular MVC framework. The development tools will be MYECLIPSE, and database is oracle database. To achieve scheduling and management, meeting arrangements and management, messaging, attendance function etc. Then effectively improve office efficiency.
Key words Online Office, JA V A EE Technology, MVC framework, oracle
目录
摘要 ...................................................................................................................... I ABSTRACT ................................................................................................................ I I
1 绪论 (1)
1.1的背景 (1)
1.2系统开发的意义 (1)
1.3系统开发工具及技术 (1)
1.3.1 MyEclipse简介 (1)
1.3.2 oracle简介 (2)
1.3.3 表现层技术:JSP (2)
1.3.4MVC框架 (2)
1.3.5 Tomcat应用服务器简介 (2)
2 需求分析 (4)
2.1个人事务管理 (4)
2.1.1 个人信息 (4)
2.1.2 查看他人信息 (4)
2.2工作安排 (4)
2.2.1 工作安排的基本操作 (4)
2.2.2 待办工作 (5)
2.3在线信息 (5)
2.3.1 写信息 (5)
2.3.2 发件箱 (5)
2.3.3 未读信息 (5)
2.3.4 收件箱 (6)
2.3.5 草稿箱 (6)
2.4部门事务管理 (6)
2.5角色管理 (6)
2.6员工管理 (7)
2.7会议室及会议管理 (7)
2.7.1会议室管理 (7)
2.7.2会议管理 (7)
2.8附加功能 (8)
3 可行性分析 (9)
3.1技术可行性 (9)
3.2经济可行性 (9)
3.3操作可行性 (9)
3.4系统安全性 (9)
3.5实时性 (10)
3.6法律可行性 (10)