Which two are significant advantages of developing web applications with JavaServer Faces (JSF)?

Which two are significant advantages of developing web applications with JavaServer Faces
(JSF)?

Which two are significant advantages of developing web applications with JavaServer Faces
(JSF)?

A.
JSF pages can be previewed outside the web container.

B.
Backing beans can be unit tested outside the web container.

C.
Client-side validation mechanisms are automatically generated.

D.
JSF pages can be integrated with AJAX.



Leave a Reply 8

Your email address will not be published. Required fields are marked *


kta

kta

totally wrong, correct are B and D.

kta

kta

i don’t understand why are you posting wrong answers…confuse users!

Stephen Ubogu

Stephen Ubogu

B and D

Juaan The One

Juaan The One

B and D are true
A –> False, this is one of the biggest drawbacks
C –> False, that would be magic