【正文】
的第一個訪問者速度很慢,因為必須等待 JSP 編譯成 Servlet ? JSP 頁面的訪問者無須安裝任何客戶端,甚至不需要可以運行 Java 的運行環(huán)境,因為 JSP 頁面輸送到客戶端的是標(biāo)準(zhǔn) HTML 頁面。所有的表現(xiàn)邏輯,包括布局、色彩及圖像等,都必須糯合在 Java 代碼中,這的確讓人不勝其煩??偨Y(jié)包括整個項目組完成了哪些工作, 以及自己完成了哪些工作;展望包括整個項目在進一步工作中還有哪些功能可以擴展,以及自己完成的那部分工作還可以如何擴展和完善等。 第二代 OA系統(tǒng),是從 90年代中期開始的以網(wǎng)絡(luò)技術(shù)和協(xié)同工作技術(shù)為主要特征,實現(xiàn)了工作流程自動化,即將收發(fā)文從傳統(tǒng)的手工方式轉(zhuǎn)向工作流自動化方式。[2] 辦公自動化于 50年代在美國和日本首先興起,最初只是具有電子數(shù)據(jù)處理(EDP)的簿記功能, 60年代被管理信息系統(tǒng) (MIS)取代,直到 70年代后期才形成涉及多種技術(shù)的新型綜合學(xué)科 —— 辦公自動化 (OA)。目前,第二代辦公自動化系統(tǒng)在國內(nèi)的一些單位、企業(yè)和學(xué)校得到了應(yīng)用。一個現(xiàn)代化的辦公自動化系統(tǒng)應(yīng)該能夠顯著提高辦公效率,降低辦公成本,充分利用內(nèi)部資源,加快工作流程,適應(yīng)環(huán)境的變化等。 其實,過去已有不少政府機關(guān)單位、大型企業(yè)開發(fā)了辦公自動化系統(tǒng)。 the digital age the number of businesses large amount of information and munication, in order to improve enterprise management efficiency, to improve the quality of munication, requiring business office efficiency, automation, office automation system came into being. Office automation system across the system management, scheduling, attendance management, information management, document management, and other five areas. Main features of JSP pages in HTML to add Java code fragment, or using a variety of JSP tags, including the use of user labels to form JSP page. Hibernate allows application developers using objectoriented relational database approach to the operation. Sun, JavaMail is to facilitate the application developers can realize the function of sending and receiving to provide a set of standard development package. The project group consists of 5 members, pleted the entire contents of office automation system, I pleted the message management subsystem (station mode and mail the letter), also act as moderator. Keywords: OA, JSP, Hibernate, JavaMail 南京大學(xué)軟件學(xué)院本科畢業(yè)論文 III 目 錄 摘 要 .............................................................................................................................I Abstract ......................................................................................................................... II 目 錄 .......................................................................................................................... III 第一章 概述 /緒論 ........................................................................................................ 1 項目背景 .......................................................................................................... 1 國內(nèi)外辦公自動化技術(shù)現(xiàn)狀 .......................................................................... 2 論文主要工作 /組織結(jié)構(gòu) ................................................................................ 3 第二章 相關(guān)技術(shù)概述 .................................................................................................. 4 J2EE技術(shù) ......................................................................................................... 4 JSP技術(shù) ............................................................................................................ 4 JavaScript技術(shù) ................................................................................................. 5 JavaScript定義 ....................................................................................... 5 JavaScript應(yīng)用 ....................................................................................... 5 Hibernate技術(shù) .................................................................................................. 6 ORM簡介 .............................................................................................. 6 Hibernate概述 ........................................................................................ 6 Hibernate 的關(guān)系映射 ........................................................................... 7 Hibernate 查詢體系 ............................................................................... 7 Oracle 11g技術(shù) ................................................................................................ 9 JavaMail技術(shù) ................................................................................................... 9 第三章 辦公自動化系統(tǒng)項目概述 ............................................................................ 11 任務(wù)概述 ........................................................................................................ 11 文檔管理平臺 ...................................................................................... 11 消息管理平臺 ...................................................................................... 11 考勤管理平臺 ...................................................................................... 11 日程管理平臺 ...................................................................................... 12 系統(tǒng)管理平臺 ...................................................................................... 12 需求規(guī)約 ........................................................................................................ 12 一般性需求 .......................................................................................... 12 功能性需求 .......................................................................................... 12 最終產(chǎn)品應(yīng)實現(xiàn)的特征 ...................................................................... 13 南京大學(xué)軟件學(xué)院本科畢業(yè)論文 IV 項目約束 .............................................................................................. 14 項目的技術(shù)難點和關(guān)鍵點 .................................................................. 14 涉及的技術(shù)領(lǐng)域 ............................................................................................ 14 第四章 消息管理子系統(tǒng)詳細(xì)設(shè)計與實現(xiàn) ..........................................................