Archive | May 19th, 2007

Introduction to Java Server Faces (JSF)

May 19, 2007

11 Comments

1) Introduction In Fact, JSF is nothing but an abstraction over the existing Web Framework. JSF is implemented as a Servlet which is called the Faces Servlet. Before the advent of JSF, Servlets and JSP are the predominant ones that form the core components in the development of a Web Application. Let us see the [...]

email