外文翻译----基于JavaServer Faces技术的酒店预订系统
《外文翻译----基于JavaServer Faces技术的酒店预订系统》由会员分享,可在线阅读,更多相关《外文翻译----基于JavaServer Faces技术的酒店预订系统(10页珍藏版)》请在毕设资料网上搜索。
1、PDF外文:http:/ 英文原文 Hotel Reservation System Based on the JavaServer Faces Technology This paper describes implementation of web -based hotel reservation system whichenables users tobook hotel rooms by means of a web browser. The systemis based on JavaServer Faces technology
2、in thepresentation layer, Spring Framework in the service layerand iBatis library for the data access layer. I. INTRODUCTION The Hotel Reservation System is a specific type of softwarethat supports, often by means of a web browser, wholeinfrastructure of the hotel for which the system has beendeploy
3、ed. Its key features are listed below:To search and to book hotel rooms.Tonotify of every event 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,
4、packages, discounts 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 FACES The user graphical interface is a crucial part of every computer programme with regard to its respo
5、nsibility for interaction with the users. This part of application should be flexible,which means susceptible to any needed changes and without any doubts, user friendly. Regrettably, process of developing such user interface in the main requires usually a profusion of developer's work and time,
6、 making the whole development process involved and onerous.The most apting 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 a lot
7、of complexities hidden behind this kind of programming.JSF technology is a server-side user interface framework for Java technology-based web applications. The main components of JSF technology are as follows: Two JavaServer Pages custom tags library for expressing UI components within
8、 a JSP page and for wiring components to server-side objects.The user interface created with JSF technology (represented by myUI on the Fig. 1) runs on the server and renders back to the client (in this case the browser).Because web-based applications, must often appease multiple clients (such as de
9、sktop browsers, cell phones, and PDAs),JSF has a powerful architecture for displaying components in different ways. As for the browsers, for which JSF is mostly used, the default rendering technology is HTML 4.0, though the others like WML or SVG are also possible.One of the greatest advantages of J
10、SF technology is that it offers a clean separation between behavior and presentation layers. III. SPRING FRAMEWORK Spring is a lightweight, inversion of control container, created to address the complexity of enterprise application development.Spring makes possible to use plain JavaBeans to achieve
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中设计图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 外文 翻译 基于 javaserver faces 技术 酒店 预订 系统
