【正文】
基于 java 的企業(yè)檔案管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn) [摘 要 ] 本文針對企業(yè)管理檔案過程中存在的諸多問題,采用 Oracle 作為后臺數(shù)據(jù)庫, JSP 作為前臺顯示技術(shù)的基于 B/S 的三層架構(gòu)設(shè)計(jì)模式的管理系統(tǒng)。開發(fā)本系統(tǒng)的目的在于利用計(jì)算機(jī)實(shí)現(xiàn)處理大量的數(shù)據(jù)存儲,借閱記錄,滿足不同的用戶的需求。本系統(tǒng)設(shè)計(jì)并實(shí)現(xiàn)對各種數(shù)據(jù)的分類、 查詢和統(tǒng)計(jì)等功能, 盡可能實(shí)現(xiàn)友好的操作界面、操作簡便、靈活、實(shí)用、安全。實(shí)現(xiàn)了企業(yè)員工檔案管理的信息化,數(shù)字化。 [關(guān)鍵詞 ] 企業(yè)檔案管理 三層架構(gòu) JSP B/S Servlet+JavaBean Design and Implementation of the Enterprise Archives Management System Based on the Java [Abstract] In this paper, the author designs a management system which uses Oracle as the background database, use JSP as the proscenium show technology and is based on the design pattern ofthreetier structure, aiming at solving many problems existing in the process of data storage , borrowing record and meeting different users’ system is designed and implemented to classify, querd and statistics various datas。as close as possible to realize friendly operation it is easy and simple to handle, flexible, practical and safe. It will make the management of enterprise staff’s files bee informationalized and digitized. [Keywords] Enterprise Archives Management Threetier Structure JSP B/S Servlet+JavaBean 目錄 1 引言 .........................................................................................................................................1 企業(yè)檔案管理系統(tǒng)的開發(fā)背景 ..................................................................................1 系統(tǒng)開發(fā)的目標(biāo) ..........................................................................................................1 系統(tǒng)的開發(fā)方法 ..........................................................................................................1 系統(tǒng)的設(shè)計(jì)原則 ..........................................................................................................2 2 系統(tǒng)開發(fā)工具及相應(yīng)技術(shù)簡介 .............................................................................................2 MyEclipse 簡介 ............................................................................................................2 Servlet 簡介 .................................................................................................................3 JavaBean 簡介 .............................................................................................................4 三層架構(gòu)設(shè)計(jì)模式 ......................................................................................................5 3 系統(tǒng)分析 .................................................................................................................................6 設(shè)計(jì)思想 ......................................................................................................................6 圖 31 系統(tǒng)結(jié)構(gòu) ......................................................................................................................7 系統(tǒng)業(yè)務(wù)分析 ..............................................................................................................7 系統(tǒng)的可行性分析 ......................................................................................................8 B/S 模式簡介 .....................................................................................................8 JSP 五大優(yōu)點(diǎn)分析 ............................................................................................9 需求分析 ......................................................................................................................9 系統(tǒng)的業(yè)務(wù)流程描述 .....................................................................................10 系統(tǒng)所需模塊分析 .........................................................................................10 系統(tǒng)運(yùn)行環(huán)境規(guī)定 .........................................................................................10 4 系統(tǒng)的詳細(xì)設(shè)計(jì)與實(shí)現(xiàn) ...........................................