Hi,
I am not really an experienced java developper and I am doing JSP and
read something about JSF. Now at first it seemed that JSF was a sort
of JSP++some extra tools. But I think the difference is that JSF
defines a server based framework around the JSP like tags, and can use
JSP to render the objects serverside, but can also use another tool,
can redefine the redering and look of the JSP page without changing
that page.
Is that more or less in the right direction?
Marc Wentink
Sem - 27 Feb 2007 18:33 GMT
On Feb 27, 12:04 pm, "marcwent...@hotmail.com"
<marcwent...@hotmail.com> wrote:
> Hi,
>
[quoted text clipped - 9 lines]
>
> Marc Wentink
JSP is Java Server Page and JSF is Java Server Face
JSP is part of J2EE which is Java program and compile by server and
internally it is Servelet
JSF is one of the FrameWork like Struts
--sem
Arne Vajhøj - 27 Feb 2007 23:34 GMT
> I am not really an experienced java developper and I am doing JSP and
> read something about JSF. Now at first it seemed that JSF was a sort
[quoted text clipped - 3 lines]
> can redefine the redering and look of the JSP page without changing
> that page.
Yes.
JSF is a component oriented web framework that uses JSP's for
view and have code in backing beans.
Arne