| Author |
Novice to JSF
|
Joe Harry
Ranch Hand
Joined: Sep 26, 2006
Posts: 8795
|
|
Guys, I came across the following in one of the white papers that I got from theserverside,
What is JSF? JSF�JavaServer Faces�is a specification that addresses the use of a component model to represent individual web pages. This means that, instead of constructing a set of pages with control flow and specific HTML widgets like text fields, drop-down lists, and Javascript, programmers build pages out of components and process flows.
I'm failing to understand what they mean by component in JSF terms?
|
SCJP 1.4, SCWCD 1.4 - Hints for you, SCBCD Hints - Demnachst, SCDJWS - Auch Demnachst
Did a rm -R / to find out that I lost my entire Linux installation!
|
 |
Joe Harry
Ranch Hand
Joined: Sep 26, 2006
Posts: 8795
|
|
|
Help me please guys.
|
 |
Mathias Berg
Greenhorn
Joined: Oct 03, 2007
Posts: 5
|
|
As i see it, components is finished utils to use. Like Selects, radio, checkboxes, fileupload, menu navigations, tab navigations, Result listing in tabels (myfaces/tomahawk has a good dataTable component for this). And so on... These components write out finished html code. So in your jsp page you only need to include these component tags. Well you get more info by reading some tutorials about JSF. Some links: http://java.sun.com/javaee/javaserverfaces/index.jsp http://www.coreservlets.com/JSF-Tutorial/ http://wiki.apache.org/myfaces/ http://www.jsfcentral.com/ Regards, Mathias.
|
 |
 |
|
|
subject: Novice to JSF
|
|
|