JavaServer Faces (JSF) Question

R

ranma79

I've been reading a bit about JSF and one of the large advantages that
everyone says JSF has is that it enables developers to create Web
applications that are not specific to a particular rendering kit. My
question is, what does that mean exactly? Thanks!
 
C

Chris Smith

ranma79 said:
I've been reading a bit about JSF and one of the large advantages that
everyone says JSF has is that it enables developers to create Web
applications that are not specific to a particular rendering kit. My
question is, what does that mean exactly? Thanks!

It means that you can build an application that interacts with logical
controls (such as UICommand, for example), and then adapt the user
interface to other environments besides HTML. The work isn't done for
you, though, so unless you're willing to put effort into developing
renderers for very basic controls, it's a theoretical advantage rather
than a practical one. And, of course, some effort (such as developing
JSP pages) will always be lost.

--
www.designacourse.com
The Easiest Way to Train Anyone... Anywhere.

Chris Smith - Lead Software Developer/Technical Trainer
MindIQ Corporation
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top