版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進(jìn)行舉報或認(rèn)領(lǐng)
文檔簡介
1、附錄 附錄英文原文 英文原文Hotel Reservation System Based on the JavaServer Faces TechnologyThis paper describes implementation of web -based hotel reservation system whichenables users tobook hotel rooms by means of a web browser. T
2、he systemis based on JavaServer Faces technology in thepresentation layer, Spring Framework in the service layerand iBatis library for the data access layer.I. INTRODUCTIONThe Hotel Reservation System is a specific type
3、of softwarethat supports, often by means of a web browser, wholeinfrastructure of the hotel for which the system has beendeployed. Its key features are listed below:To search and to book hotel rooms.Tonotify of every eve
4、nt related to a user by sending the email on a given address during the registration process.To support definition process of each component of the hotel. The components of the hotel are: rooms,promotions, packages, disc
5、ounts and se rvices.To complete the reservation process by notifying the system about the fact that the guest came to the hotel and received keys to the booked room.II. JAVASERVER FACESThe user graphical interface is a c
6、rucial part of every computer programme with regard to its responsibility for interaction with the users. This part of application should be flexible,which means susceptible to any needed changes and without any doubts,
7、user – friendly. Regrettably, process of developing such user interface in the main requires usually a profusion of developer's work and time, making the whole development process involved and onerous.The most apting
8、 technology to this field is JavaServer Faces (JSF). This holistic, component-based solution for longstanding problems facing software developers has a specific goal: to make web development faster and easier by masking
9、a lot of complexities hidden behind this kind of transport data between relational database and Java, .Net or Ruby application. Contrary to popular Hibernate library, iBatis does not directly tie classes to tables or fie
10、lds to columns, but instead, it couples objects with results of stored procedures or SQL statements using simple XML descriptor letting the developer to reach only for required data. The iBatis framework can map nearly a
11、ny database to any object model and is very tolerant of legacy designs, or even bad designs.Simplicity is the main advantage of the iBatis over other frameworks.The Hotel Reservation System was primarily built upon JSF t
12、echnology for the user interface along with auxiliary libraries –Spring and iBatis. The application architecture is presented in Fig. 3.The composition of the system is modular. Each layer is separated with and appropria
13、te interface layer. Such solution makes the architecture not only more error -resistant but also more flexible for changes. The presentation layer consists of the graphical user interface written in the JSF technology an
14、dunderlying backing beans objects. It communicates with the Service layer through the service interfaces.Service layer is the central business part of the system where, on the basis of the user input data, proper decisio
15、ns are made. It also translates input data into explicit form understood for the Data access layer, with which communication takes place by means of Data access interface layer.The Data access layer cooperates with Data
16、Mapper layer and is responsible for data exchange with database.The Data Mapper layer talks via JDBC to database to ask required data. This is a layer where iBatis Data Mapper plays the main role.V. JSF - SPRING INTEGRAT
17、IONIn a nutshell, JSF – Spring integration makes Spring managed beans visible as variables to JSF, just as if the Spring beans are configured as JSF managed beans.Before diving into the integration specifics of JavaServe
18、r Faces,the general integration step for any web framework must be set forth.All that need to be done, is to declare ContextLoaderListener in the standard JEE servlet web.xml deployment descriptor. This listener initiali
19、zes the Spring's WebApplicationContext that contains all of the business beans in the application. (Fig. 4).The second step in the integration between Spring and JSF is specific just for JSF. The key class used in th
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 眾賞文庫僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 外文翻譯----基于javaserver faces技術(shù)的酒店預(yù)訂系統(tǒng)
- 外文翻譯----基于javaserver faces技術(shù)的酒店預(yù)訂系統(tǒng)
- 外文翻譯----基于JavaServer Faces技術(shù)的酒店預(yù)訂系統(tǒng).docx
- 外文翻譯----基于JavaServer Faces技術(shù)的酒店預(yù)訂系統(tǒng).docx
- hotel reservation system based on the javaserver faces technology
- Hotel Reservation System Based on the JavaServer Faces Technology.pdf
- two faces of power【外文翻譯】
- Hotel Reservation System Based on the JavaServer Faces Technology.pdf
- 基于J2ME技術(shù)的酒店預(yù)訂系統(tǒng).pdf
- 基于android的有定位功能酒店預(yù)訂系統(tǒng)
- 基于php在線預(yù)訂、酒店網(wǎng)站管理系統(tǒng)
- 基于android平臺的酒店預(yù)訂系統(tǒng)的設(shè)計與實(shí)現(xiàn)
- 基于ABAP的酒店預(yù)訂系統(tǒng)的設(shè)計與實(shí)現(xiàn).pdf
- 基于技術(shù)接受模型的酒店在線預(yù)訂意愿研究.pdf
- 基于android預(yù)訂酒店軟件的與實(shí)現(xiàn)
- 酒店預(yù)訂系統(tǒng)的設(shè)計與實(shí)現(xiàn).pdf
- 酒店預(yù)訂管理系統(tǒng)畢業(yè)論文
- 外文翻譯-網(wǎng)絡(luò)口碑對酒店預(yù)訂傾向、態(tài)度、信任以及網(wǎng)站感知的影響(原文)
- 基于Web Service的掌上酒店預(yù)訂系統(tǒng)的設(shè)計與實(shí)現(xiàn).pdf
- 外文翻譯-網(wǎng)絡(luò)口碑對酒店預(yù)訂傾向、態(tài)度、信任以及網(wǎng)站感知的影響(節(jié)選)
評論
0/150
提交評論