1.

What Typical Jsf Application Consists Of?

Answer»

A TYPICAL JSF application consists of the following parts:

•JavaBeans components for managing application state and behavior.
•Event-driven development (via listeners as in traditional GUI development).
PAGES that REPRESENT MVC-style VIEWS; pages reference view roots via the JSF component TREE.

A typical JSF application consists of the following parts:

•JavaBeans components for managing application state and behavior.
•Event-driven development (via listeners as in traditional GUI development).
•Pages that represent MVC-style views; pages reference view roots via the JSF component tree.



Discussion

No Comment Found