摘 要
隨著計(jì)算機(jī)科學(xué)的發(fā)展,數(shù)據(jù)庫(kù)技術(shù)在Internet和Intranet中的應(yīng)用越來(lái)越廣泛,為廣大網(wǎng)絡(luò)用戶提供了更加周到和人性化的服務(wù)。本文描述了如何使用JSP技術(shù)來(lái)組建企業(yè)內(nèi)部信息管理網(wǎng)站。實(shí)現(xiàn)了:?jiǎn)T工信息的發(fā)布與共享,本文中的員工信息管理系統(tǒng)主要是實(shí)現(xiàn)員工資料的錄入、信息的查詢、記錄和管理。作為人事管理系統(tǒng)和企業(yè)內(nèi)網(wǎng)的一部分,企業(yè)員工信息管理系統(tǒng)可以便于企業(yè)領(lǐng)導(dǎo)掌握人員的動(dòng)向,及時(shí)調(diào)整人才的分配;企業(yè)內(nèi)部財(cái)務(wù)信息的發(fā)布與共享,本文中的企業(yè)內(nèi)部財(cái)務(wù)信息查詢管理系統(tǒng)通過(guò)對(duì)企業(yè)進(jìn)出流水帳后臺(tái)數(shù)據(jù)庫(kù)的管理,實(shí)現(xiàn)了企業(yè)內(nèi)部各種財(cái)務(wù)信息的管理,并可以生成各種類型的報(bào)表,便于管理層決策;員工之間的信息交流,本文中的內(nèi)部信息交流系統(tǒng)可以實(shí)現(xiàn)企業(yè)內(nèi)部通知的發(fā)布、各種具體問(wèn)題的意見(jiàn)發(fā)布并獲得相應(yīng)的反饋。本文首先闡述了基于JSP平臺(tái)的辦公信息管理系統(tǒng)管理信息系統(tǒng)的開(kāi)發(fā)背景以及其實(shí)踐意義,其次說(shuō)明了辦公信息管理系統(tǒng)管理信息系統(tǒng)的功能以及相比同類系統(tǒng)的創(chuàng)新之處。然后就辦公信息管理系統(tǒng)管理系統(tǒng)開(kāi)發(fā)中所使用的一些的技術(shù)進(jìn)行研究探討。主要針對(duì)數(shù)據(jù)庫(kù)的設(shè)計(jì)技術(shù)、存儲(chǔ)過(guò)程技術(shù)、J2EE技術(shù)以及用SQL Server JSP 數(shù)據(jù)提供程序訪問(wèn)SQLserver2000數(shù)據(jù)庫(kù)技術(shù)四個(gè)方面進(jìn)行了研究。最后還附上了辦公信息管理系統(tǒng)管理信息系統(tǒng)的安裝說(shuō)明、簡(jiǎn)單使用說(shuō)明和一些通用性的經(jīng)典代碼。筆者化了大量的時(shí)間用于程序設(shè)計(jì),這也是筆者工作的重點(diǎn),所開(kāi)發(fā)的系統(tǒng)具有實(shí)用價(jià)值,所編寫(xiě)的代碼對(duì)J2EE程序員也有很好的參考性。在系統(tǒng)的開(kāi)發(fā)過(guò)程中,筆者深刻體會(huì)到了J2EE平臺(tái)的強(qiáng)大性、優(yōu)越性以及存儲(chǔ)過(guò)程在提高數(shù)據(jù)訪問(wèn)性能和增強(qiáng)數(shù)據(jù)訪問(wèn)安全性上所起到的重要作用。此外,對(duì)于關(guān)系代數(shù)在數(shù)據(jù)庫(kù)科學(xué)里的應(yīng)用,筆者在編程過(guò)程中也做了一定的研究。
關(guān)鍵詞: 數(shù)據(jù)庫(kù);JSP;J2EE;存儲(chǔ)過(guò)程;SQL Server 數(shù)據(jù)提供程序
ABSTRACT
This paper expatiate the Management Information System of Library using J2EE, its background and the significance it has when application. Then, it presents the function of the Management Information System of Library and also discuss some technologies using when develop this system. Especially, it discuss the design technology of database, Stored Procedure, J2EE and control SQL Server 2000 using SQL Server JSP Data Provider . In the end, it details the setup introduction and the user’s guide for the Management Information System of Library and also some classic code. The writer used a lot of time to design the program which is the keystone of all the works. The writer realized the importance of Stored Procedure for better performance and improving the security and also the advantage of J2EE when programming. Moreover, the writer also investigates the applications of relational algebra in database science when programming.
Keywords: Database;; J2EE; Stored Procedure; SQL Server JSP Data Provider