I think you've got your jargon a bit mixed up.

ViewHandler: Just handles saving and restoring the state of the view. 
This is independent of the rendering technology.

Renderkit: Renders the JSP code into whatever display technology you
are using.  For instance, the basic renderkit renders to HTML, the
RI's XUL renderkit renders to XUL.

Renderer: A member of a renderkit that renders a single UIComponent. 
These are implementation specific.  So, each JSF implementation must
make their own renderers for each UIComponent.


On Sun, 02 Jan 2005 16:26:27 +0100, MichaÅ MaÅecki
<[EMAIL PROTECTED]> wrote:
> Hello Matthias,
> thanks for the link. But are there any, at least a little mature,
> alternative viehandlers? I haven't found any bundled with myfaces, I saw
> xul handler with jsf ri (interesting). I know that my template panel is
> simple a mere substitute for a great view handler that would solve all
> problems ;) but I don't se anything like that nowhere. Do you think of
> developing some others viewhandlers inside myfaces?
> MichaÅ
> 
> 
> Matthias Wessendorf wrote:
> > Hi Michael,
> >
> > here is a nice article from Hans Bergsten.
> > http://www.onjava.com/pub/a/onjava/2004/06/09/jsf.html
> >
> > HTH,
> > Matthias
> >
> >
> >>-----Original Message-----
> >>From: Heath Borders [mailto:[EMAIL PROTECTED]
> >>Sent: Sunday, January 02, 2005 4:41 AM
> >>To: MyFaces Discussion
> >>Subject: Re: JSF - iteration tags
> >>
> >>
> >>The JSF tags that map to exact HTML tags are useful just so
> >>that you don't have to dump verbatim tags everywhere.
> >>PanelGrid is pretty handy, but it doesn't solve all issues.
> >>
> >>
> >>On Sat, 01 Jan 2005 22:24:23 +0100, MichaÅ MaÅecki
> >><[EMAIL PROTECTED]> wrote:
> >>
> >>>Hello,
> >>>sorry for bothering (I'm not jsf expert) bu is it good to
> >>
> >>create jsf
> >>
> >>>(jsp pages) which tags create such exact html elements? I'm
> >>
> >>rather fan
> >>
> >>>of using panelGrid, which instead of creating simple table, creates
> >>>html code based on some template. Please tell me what do you think
> >>>about such solution
> >>>
> >>>regars
> >>>MichaÅ MaÅecki
> >>>
> >>>Heath Borders wrote:
> >>>
> >>>
> >>>>There already is a complete set of HTML JSF tags that is freely
> >>>>available with source.
> >>>>
> >>>>I'll get a link for it on monday when I get back to work.
> >>>>
> >>>>
> >>>
> >>>
> >>
> >>--
> >>-Heath Borders-Wing
> >>[EMAIL PROTECTED]
> >>
> >
> >
> >
> >
> 
> 


-- 
-Heath Borders-Wing
[EMAIL PROTECTED]

Reply via email to