RichFaces Interview Questions and Answers
Ques 1. What is RichFaces?
RichFaces is a JSF component library that consists of two main parts:
- A full set of AJAX enabled components in two libraries
- a4j: page centric AJAX controls
- rich: self contained, ready to use components
- Client-side validation, expanding JSR 303 Bean Validation all the way to the browser.
- Advanced queueing to match the high performance requirements of real world enterprise applications.
- Push component upgrades including JavaMessaging Service (JMS) integrations, and various transport mechanisms based on browser support.
- Our own Component Development Kit (CDK).
- Comprehensive documentation covering development best practices, and component details.
- Detailed and automated testing facilities for components, actions, listeners, and pages.
- Broad cross-browser support
- Large and active community at its foundation!!
Ques 2. What is <a4j:support> tag?
Sends an
Ques 3. What are the basic configurations of web.xml for Rich Faces?
Ques 4. How to control traffic in RichFaces?
Ques 5. How to keep a managed bean between requests?
Most helpful rated by users:
- What is RichFaces?
- What is rich:dataGrid in RichFaces?
- What are the basic configurations of web.xml for Rich Faces?
- What is limitToList attribute?
- What is rich:messages in RichFaces?