基于hibernate技術(shù)的equipment management syste.doc
約37頁(yè)DOC格式手機(jī)打開(kāi)展開(kāi)
基于hibernate技術(shù)的equipment management syste,基于hibernate技術(shù)的equipment management system開(kāi)發(fā)1.2萬(wàn)字37頁(yè)摘要公司規(guī)模的不斷擴(kuò)大令行政部的管理工作日益繁重,所以其迫切需要開(kāi)發(fā)一個(gè)mis(management information system)系統(tǒng)來(lái)使其行政管理規(guī)范化、制度化、所需各種數(shù)據(jù)標(biāo)準(zhǔn)化。在大型系統(tǒng)的開(kāi)發(fā)過(guò)程中,...
內(nèi)容介紹
此文檔由會(huì)員 阿凡達(dá) 發(fā)布
基于Hibernate技術(shù)的Equipment Management System開(kāi)發(fā)
1.2萬(wàn)字 37頁(yè)
摘要
公司規(guī)模的不斷擴(kuò)大令行政部的管理工作日益繁重,所以其迫切需要開(kāi)發(fā)一個(gè)MIS(Management Information System)系統(tǒng)來(lái)使其行政管理規(guī)范化、制度化、所需各種數(shù)據(jù)標(biāo)準(zhǔn)化。在大型系統(tǒng)的開(kāi)發(fā)過(guò)程中,使用Hibernate作為業(yè)務(wù)邏輯層和數(shù)據(jù)庫(kù)層之間的持久層,實(shí)現(xiàn)對(duì)象到關(guān)系數(shù)據(jù)庫(kù)的持久存儲(chǔ),不但解決了對(duì)象模型與關(guān)系模型之間的“阻抗不匹配”問(wèn)題,也提高了項(xiàng)目開(kāi)發(fā)的效率。所以,某公司決定開(kāi)發(fā)基于Hibernate技術(shù)的Equipment Management System。
Hibernate是目前最流行的開(kāi)源對(duì)象關(guān)系映射框架,是面向?qū)ο蟮某绦蛟O(shè)計(jì)語(yǔ)言和關(guān)系數(shù)據(jù)庫(kù)之間的橋梁。它對(duì)JDBC作了輕量級(jí)的封裝,不僅提供ORM映射服務(wù),還提供數(shù)據(jù)查詢和數(shù)據(jù)緩存功能。作為優(yōu)秀的持久層框架實(shí)現(xiàn),Hibernate提供了強(qiáng)大、高性能的對(duì)象到關(guān)系數(shù)據(jù)庫(kù)的持久化服務(wù),其良好的持久層映射機(jī)制,使得操作完全面向?qū)ο蟆?br>本文研究了Hibernate技術(shù),分析了Hibernate的對(duì)象關(guān)系映射框架實(shí)現(xiàn)機(jī)制及其工作原理。最后,結(jié)合實(shí)踐,介紹了基于Hibernate技術(shù)的Equipment Management System的開(kāi)發(fā)。
關(guān)鍵詞:Hibernate,持久化,對(duì)象關(guān)系映射
Hibernate –Based
Equipment Management System Development
Abstract
With the company expanding the scale, the workload of Administration Department is increasing. So their urgent need is to develop a MIS (Management Information System), which makes the administration to be standardization and institutionalization. In the process of large systems development, it uses Hibernate between business logic layer and database layer as the persistence layer, implementing the persistent store from objects to relationship database. It solves the impedance mismatch difficulties between the object model and the relationship model, and improves the efficiency of the project development. Therefore, the company decides to develop Equipment Management System of Hibernate-based.
Hibernate is the most popular open source object-relational mapping framework, and also a bridge between the object-oriented programming language and the relational database. It makes JDBC a lightweight package. And, it not only provides ORM mapping services, but also provides data query and data cache function. As a good framework for achieving persistence layer, Hibernate provides a powerful, high-performance persistence service from objects to the relational database. Its good mechanism for persistence mapping makes operations object-oriented fully.
In this paper, some research has been done on the Hibernate technology, and also analysis object-relational mapping framework for the realizing mechanism of the Hibernate and its working principles. Finally, according to practices, it introduces the development of Equipment Management System, which is based on Hibernate technology.
Key Words: Hibernate, Persistence, Object Relation Mapping
目 錄
1 緒論 1
1.1 問(wèn)題的提出 1
1.2 技術(shù)背景 2
1.3 課題研究的意義 3
1.4 論文的組織結(jié)構(gòu) 3
2 MVC設(shè)計(jì)模式 5
2.1 MVC框架 5
2.2 MVC的處理過(guò)程 6
2.3 MVC模式的優(yōu)點(diǎn) 6
3 HIBERNATE持久框架介紹 8
3.1 ORM簡(jiǎn)介 8
3.2 HIBERNATE持久框架概述 8
3.3 利用HIBERNATE持久化JAVA類(lèi) 9
3.3.1 對(duì)象持久化的定義 9
3.3.2 Hibernate的優(yōu)點(diǎn) 11
3.3.3 Hibernate持久化步驟 12
4 EQUIPMENT MANAGEMENT SYSTEM的構(gòu)建 14
4.1 需求分析 14
4.1.1 項(xiàng)目來(lái)源 14
4.1.2 項(xiàng)目目標(biāo) 14
4.1.3 系統(tǒng)模型 15
4.1.4 功能需求 15
4.1.5 用例分析 18
4.1.6 數(shù)據(jù)字典 20
4.1.7 性能需求 20
4.2 基于HIBERNATE的系統(tǒng)設(shè)計(jì) 21
4.2.1 系統(tǒng)特點(diǎn) 21
4.2.2 設(shè)計(jì)要求 21
4.2.3 基于Hibernate的系統(tǒng)設(shè)計(jì)方案 22
4.3 基于HIBERNATE的系統(tǒng)實(shí)現(xiàn) 23
4.3.1 環(huán)境配置 23
4.3.2 數(shù)據(jù)持久層的實(shí)現(xiàn) 24
4.3.3 系統(tǒng)運(yùn)行效果 27
4.4 系統(tǒng)測(cè)試 29
5 總結(jié)與展望 30
致謝 31
參考文獻(xiàn) 32
參考文獻(xiàn)
[6]李林紅,沈文軒.基于Hibernate和Spring的持久層OR映射技術(shù)[D].遼寧鞍山:鞍山科技大學(xué),2006.
[7]車(chē)敦仁,周立柱. 關(guān)系數(shù)據(jù)庫(kù)與面向?qū)ο髷?shù)據(jù)庫(kù)的集成[J],軟件學(xué)報(bào),1996,7(11): 669-675
[8]James Elliott.Hibernate.A Developer’s Notebook[M].O’Reilly Media,Inc,2004: 35-47
[9]夏昕,曹曉鋼,唐勇.深入淺出Hibernate[M].北京:電子工業(yè)出版社,2005:3-48, 79-197.
[10]孫衛(wèi)琴.精通Hibernate:Java對(duì)象持久化技術(shù)詳解[M].北京:電子工業(yè)出版社,2005:113-242
[11]Will Iverson.A J2EE Developer’s Guide[M].Addison Wesley Professional,2004: 38-40.
1.2萬(wàn)字 37頁(yè)
摘要
公司規(guī)模的不斷擴(kuò)大令行政部的管理工作日益繁重,所以其迫切需要開(kāi)發(fā)一個(gè)MIS(Management Information System)系統(tǒng)來(lái)使其行政管理規(guī)范化、制度化、所需各種數(shù)據(jù)標(biāo)準(zhǔn)化。在大型系統(tǒng)的開(kāi)發(fā)過(guò)程中,使用Hibernate作為業(yè)務(wù)邏輯層和數(shù)據(jù)庫(kù)層之間的持久層,實(shí)現(xiàn)對(duì)象到關(guān)系數(shù)據(jù)庫(kù)的持久存儲(chǔ),不但解決了對(duì)象模型與關(guān)系模型之間的“阻抗不匹配”問(wèn)題,也提高了項(xiàng)目開(kāi)發(fā)的效率。所以,某公司決定開(kāi)發(fā)基于Hibernate技術(shù)的Equipment Management System。
Hibernate是目前最流行的開(kāi)源對(duì)象關(guān)系映射框架,是面向?qū)ο蟮某绦蛟O(shè)計(jì)語(yǔ)言和關(guān)系數(shù)據(jù)庫(kù)之間的橋梁。它對(duì)JDBC作了輕量級(jí)的封裝,不僅提供ORM映射服務(wù),還提供數(shù)據(jù)查詢和數(shù)據(jù)緩存功能。作為優(yōu)秀的持久層框架實(shí)現(xiàn),Hibernate提供了強(qiáng)大、高性能的對(duì)象到關(guān)系數(shù)據(jù)庫(kù)的持久化服務(wù),其良好的持久層映射機(jī)制,使得操作完全面向?qū)ο蟆?br>本文研究了Hibernate技術(shù),分析了Hibernate的對(duì)象關(guān)系映射框架實(shí)現(xiàn)機(jī)制及其工作原理。最后,結(jié)合實(shí)踐,介紹了基于Hibernate技術(shù)的Equipment Management System的開(kāi)發(fā)。
關(guān)鍵詞:Hibernate,持久化,對(duì)象關(guān)系映射
Hibernate –Based
Equipment Management System Development
Abstract
With the company expanding the scale, the workload of Administration Department is increasing. So their urgent need is to develop a MIS (Management Information System), which makes the administration to be standardization and institutionalization. In the process of large systems development, it uses Hibernate between business logic layer and database layer as the persistence layer, implementing the persistent store from objects to relationship database. It solves the impedance mismatch difficulties between the object model and the relationship model, and improves the efficiency of the project development. Therefore, the company decides to develop Equipment Management System of Hibernate-based.
Hibernate is the most popular open source object-relational mapping framework, and also a bridge between the object-oriented programming language and the relational database. It makes JDBC a lightweight package. And, it not only provides ORM mapping services, but also provides data query and data cache function. As a good framework for achieving persistence layer, Hibernate provides a powerful, high-performance persistence service from objects to the relational database. Its good mechanism for persistence mapping makes operations object-oriented fully.
In this paper, some research has been done on the Hibernate technology, and also analysis object-relational mapping framework for the realizing mechanism of the Hibernate and its working principles. Finally, according to practices, it introduces the development of Equipment Management System, which is based on Hibernate technology.
Key Words: Hibernate, Persistence, Object Relation Mapping
目 錄
1 緒論 1
1.1 問(wèn)題的提出 1
1.2 技術(shù)背景 2
1.3 課題研究的意義 3
1.4 論文的組織結(jié)構(gòu) 3
2 MVC設(shè)計(jì)模式 5
2.1 MVC框架 5
2.2 MVC的處理過(guò)程 6
2.3 MVC模式的優(yōu)點(diǎn) 6
3 HIBERNATE持久框架介紹 8
3.1 ORM簡(jiǎn)介 8
3.2 HIBERNATE持久框架概述 8
3.3 利用HIBERNATE持久化JAVA類(lèi) 9
3.3.1 對(duì)象持久化的定義 9
3.3.2 Hibernate的優(yōu)點(diǎn) 11
3.3.3 Hibernate持久化步驟 12
4 EQUIPMENT MANAGEMENT SYSTEM的構(gòu)建 14
4.1 需求分析 14
4.1.1 項(xiàng)目來(lái)源 14
4.1.2 項(xiàng)目目標(biāo) 14
4.1.3 系統(tǒng)模型 15
4.1.4 功能需求 15
4.1.5 用例分析 18
4.1.6 數(shù)據(jù)字典 20
4.1.7 性能需求 20
4.2 基于HIBERNATE的系統(tǒng)設(shè)計(jì) 21
4.2.1 系統(tǒng)特點(diǎn) 21
4.2.2 設(shè)計(jì)要求 21
4.2.3 基于Hibernate的系統(tǒng)設(shè)計(jì)方案 22
4.3 基于HIBERNATE的系統(tǒng)實(shí)現(xiàn) 23
4.3.1 環(huán)境配置 23
4.3.2 數(shù)據(jù)持久層的實(shí)現(xiàn) 24
4.3.3 系統(tǒng)運(yùn)行效果 27
4.4 系統(tǒng)測(cè)試 29
5 總結(jié)與展望 30
致謝 31
參考文獻(xiàn) 32
參考文獻(xiàn)
[6]李林紅,沈文軒.基于Hibernate和Spring的持久層OR映射技術(shù)[D].遼寧鞍山:鞍山科技大學(xué),2006.
[7]車(chē)敦仁,周立柱. 關(guān)系數(shù)據(jù)庫(kù)與面向?qū)ο髷?shù)據(jù)庫(kù)的集成[J],軟件學(xué)報(bào),1996,7(11): 669-675
[8]James Elliott.Hibernate.A Developer’s Notebook[M].O’Reilly Media,Inc,2004: 35-47
[9]夏昕,曹曉鋼,唐勇.深入淺出Hibernate[M].北京:電子工業(yè)出版社,2005:3-48, 79-197.
[10]孫衛(wèi)琴.精通Hibernate:Java對(duì)象持久化技術(shù)詳解[M].北京:電子工業(yè)出版社,2005:113-242
[11]Will Iverson.A J2EE Developer’s Guide[M].Addison Wesley Professional,2004: 38-40.
TA們正在看...
- jljd-zs-2009吉林省裝飾工程計(jì)價(jià)定額.doc
- q)g13j-a-03-08材料控制程序.doc
- q)g13j-a-07-08熱處理控制程序.doc
- q)g13j-a-08-08無(wú)損檢測(cè)控制程序.doc
- q)g13j-a-09-08檢驗(yàn)與試驗(yàn)控制程序.doc
- q)g13j-a-13-08工程交接驗(yàn)收及工程檔案管理規(guī)定n.doc
- q)g13j-b-05-08整裝鍋爐安裝通用工藝規(guī)程.doc
- q)g13j-b-08-08壓力管道的吹掃與清洗.doc
- q)g13j-b-11-08壓力管道檢驗(yàn)通用規(guī)程.doc
- q460e卷板設(shè)計(jì)和開(kāi)發(fā)策劃方案.doc