国产精品婷婷久久久久久,国产精品美女久久久浪潮av,草草国产,人妻精品久久无码专区精东影业

基于hibernate技術的equipment management syste.doc

約37頁DOC格式手機打開展開

基于hibernate技術的equipment management syste,基于hibernate技術的equipment management system開發(fā)1.2萬字37頁摘要公司規(guī)模的不斷擴大令行政部的管理工作日益繁重,所以其迫切需要開發(fā)一個mis(management information system)系統(tǒng)來使其行政管理規(guī)范化、制度化、所需各種數(shù)據(jù)標準化。在大型系統(tǒng)的開發(fā)過程中,...
編號:66-34376大小:848.00K
分類: 論文>計算機論文

內(nèi)容介紹

此文檔由會員 阿凡達 發(fā)布

基于Hibernate技術的Equipment Management System開發(fā)
1.2萬字 37頁


摘要

公司規(guī)模的不斷擴大令行政部的管理工作日益繁重,所以其迫切需要開發(fā)一個MIS(Management Information System)系統(tǒng)來使其行政管理規(guī)范化、制度化、所需各種數(shù)據(jù)標準化。在大型系統(tǒng)的開發(fā)過程中,使用Hibernate作為業(yè)務邏輯層和數(shù)據(jù)庫層之間的持久層,實現(xiàn)對象到關系數(shù)據(jù)庫的持久存儲,不但解決了對象模型與關系模型之間的“阻抗不匹配”問題,也提高了項目開發(fā)的效率。所以,某公司決定開發(fā)基于Hibernate技術的Equipment Management System。
Hibernate是目前最流行的開源對象關系映射框架,是面向?qū)ο蟮某绦蛟O計語言和關系數(shù)據(jù)庫之間的橋梁。它對JDBC作了輕量級的封裝,不僅提供ORM映射服務,還提供數(shù)據(jù)查詢和數(shù)據(jù)緩存功能。作為優(yōu)秀的持久層框架實現(xiàn),Hibernate提供了強大、高性能的對象到關系數(shù)據(jù)庫的持久化服務,其良好的持久層映射機制,使得操作完全面向?qū)ο蟆?br>本文研究了Hibernate技術,分析了Hibernate的對象關系映射框架實現(xiàn)機制及其工作原理。最后,結合實踐,介紹了基于Hibernate技術的Equipment Management System的開發(fā)。

關鍵詞:Hibernate,持久化,對象關系映射





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 問題的提出 1
1.2 技術背景 2
1.3 課題研究的意義 3
1.4 論文的組織結構 3
2 MVC設計模式 5
2.1 MVC框架 5
2.2 MVC的處理過程 6
2.3 MVC模式的優(yōu)點 6
3 HIBERNATE持久框架介紹 8
3.1 ORM簡介 8
3.2 HIBERNATE持久框架概述 8
3.3 利用HIBERNATE持久化JAVA類 9
3.3.1 對象持久化的定義 9
3.3.2 Hibernate的優(yōu)點 11
3.3.3 Hibernate持久化步驟 12
4 EQUIPMENT MANAGEMENT SYSTEM的構建 14
4.1 需求分析 14
4.1.1 項目來源 14
4.1.2 項目目標 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)設計 21
4.2.1 系統(tǒng)特點 21
4.2.2 設計要求 21
4.2.3 基于Hibernate的系統(tǒng)設計方案 22
4.3 基于HIBERNATE的系統(tǒng)實現(xiàn) 23
4.3.1 環(huán)境配置 23
4.3.2 數(shù)據(jù)持久層的實現(xiàn) 24
4.3.3 系統(tǒng)運行效果 27
4.4 系統(tǒng)測試 29
5 總結與展望 30
致謝 31
參考文獻 32



參考文獻
[6]李林紅,沈文軒.基于Hibernate和Spring的持久層OR映射技術[D].遼寧鞍山:鞍山科技大學,2006.
[7]車敦仁,周立柱. 關系數(shù)據(jù)庫與面向?qū)ο髷?shù)據(jù)庫的集成[J],軟件學報,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對象持久化技術詳解[M].北京:電子工業(yè)出版社,2005:113-242
[11]Will Iverson.A J2EE Developer’s Guide[M].Addison Wesley Professional,2004: 38-40.