Card 109 / 125: Java server faces JSF is an emerging web presentation technology that's supported by many industry leaders, it is designed from ground up to support RAD rapid application development by utilizing visual designing tools. What is true about JSF?
A)
JSF is search engine friendly
B)
JSF components perform user input validation and value conversion
C)
JSF request life cycle is broken down into 6 phases
D)
JSF is based on the well known MVC design pattern (Model-View-Controller)
E)
JSF pages can be tested outside any web container
Answer:
B) JSF components perform user input validation and value conversion
C) JSF request life cycle is broken down into 6 phases
D) JSF is based on the well known MVC design pattern (Model-View-Controller)
Previous Card | ← Previous Card Button |
Next Card | → Next Card Button |
Flip Card | Space-Bar |
Because of the ready to use components, JSF simplifies user interface development .
JSF supports input validation and conversion.