A small company that sells avatar skins for virtual reality environments, has a static web site for
advertising their wares. The web site was created by a talented graphic artist using a popular
WYSIWYG (What You See Is What You Get) HTML editor and contains a great deal of
JavaScript. The company wants to add server-side processing capabilities for the purpose of
developing a shopping application. They are considering using JavaServer Faces (JSF). What is a
potential disadvantage the JSF framework?
A.
The JavaScript will have to be rewritten to conform to JSF standards.
B.
JSF tags cannot be integrated into the HTML generated by WYSIWYG editors.
C.
The graphic artist cannot accurately preview the web pages offline with a generic WYSIWYG
HTML editor.
D.
All the web pages will need to be converted into JSF before going into production, to keep the
end users from losing a session context.