1、 1 课题名称:基于 Java 的人事管理系统 摘摘 要要 随着经济的全球化和 Internet 的迅速发展, 企业的信息化越来越成为提升 企业生产力和竞争力的关键。信息管理系统是一个不断发展的新型学科,任何一 个单位要生存要发展,要高效率地把内部活动有机地组织起来,就必须建立与自 身特点相适应的信息管理系统。 为了解决传统公司员工信息的管理所面临着的这 些问题,员工信息管理系统也就应运而生了 1。 系统在基于 Struts 框架、MVC 架构模式、JAVA 开发平台、Oracle 数据库等 先进技术的基础上,应用 Eclipse 开发工具设计一个公司员工信息管理系统,有 计算机来代替人工执行
2、一系列诸如添加、查询、修改、删除等操作。实现了对公 司员工信息方便、 统一、 高效的人性化管理。 完成了对企业员工系统化、 规范化、 自动化的管理,同时也大大加强了对数据处理的及时性和准确性。 MVC 和 java 的结合,使系统具有结构清晰、易维护、兼容、高效、安全等 特点,经测试使用后发现:该系统的建成大大提高了公司管理水平和工作效率, 为领导决策提供了可靠的数据,增强了企业的竞争力。 关键词:员工信息管理系统 MVC 模式 Java JSP 2 Abstract With globalization of economy and the rapid development of Inte
3、rnet, the enterprise informatization has become the key to improve industrial productivity and competitive ability , while the network-based production management is the most important item when enterprises actualize the informatization Anobject-oriented ,distributed and trans-platformed framework i
4、s provided to develop and deploy robust ,safe ,reusable , and flexible enterprise application. Based on the enterprise application, logistics enterprise management information system is developed in this paper MIS is widely used to provide powerful support for companys management and decision-making
5、 and increase the work efficiency and economic benefit. Now most of MIS send request to database directly and show with HTML at client side. The development speed is fast , but because the separation of the business disposement and show page is not distinct, the reuse of the business model and the s
6、atisfaction of the change of user request is difficult. This article analyses MVC and java platform and so on to design and implement a Enterprise MIS. The system is comprised of the employee information module and financial information module, message board module. The system module has the characteristic of strong cohesion and weak coupling. The combination of MVC and java makes this system have the advantages of clear frame ,easy maintainability ,compatibility , high efficiency, safety