이 콘텐츠는 선택한 언어로 제공되지 않습니다.
Chapter 4. Basic concepts of the RichFaces Framework
4.1. Introduction 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
The RichFaces Framework is implemented as a component library that adds AJAX capabilities into existing pages. This means that you do not need to write any JavaScript code or replace existing components with new AJAX widgets. RichFaces enables page-wide AJAX support instead of the traditional component-wide support, so you can define areas of the page that will reflect changes made by AJAX events on the client.
The diagram following shows the process in full:
Figure 4.1. Request Processing flow
RichFaces lets you use JSF tags to define sections of a JSF page that you wish to update with the results of an AJAX request. It also provides you with several options for sending AJAX requests to the server. You do not need to write any JavaScript or
XMLHTTPRequest objects by hand — everything is done automatically.