Interview :: JSF
What is eager managed bean?
The Managed bean is lazy by default. It means the bean is instantiated only when a request is made from the application.
You can force a bean to be instantiated and placed in the application scope as soon as the application is started.
What are User Interface Components in JSF (JavaServer Faces)?
JavaServer Faces HTML tag library represents HTML form components and other basic HTML elements, which are used to display or accept data from the user. A JSF form sends this data to the server after submitting the form.
- Model
- View
- Controller
Give a list of facelet tags?
- Templates
- Parameters
- Custom
- Remove
Give a list of important DataTable operations?
- Display DataTable
- Add data
- Edit data
- Delete data
- Using the data model
AJAX stands for Asynchronous JavaScript and XML.
List some AJAX attributes?
- Disabled
- Event
- Execute
- Immediate
- Listener
- Onerror
- Onevent
- Render
Name some important event handlers?
- ActionListener
- ApplicationEvents
- ValueChangeListener
- PostgreSQLJDBC4 Driver
- PostgreSQL 9.1
It handles the processing of an application.