Categories
: Java & J2EE (54)
Articles [Java & J2EE]
It is obvious that most of us question why we go for JavaServer Faces when a similar MVC framework, which is most popular, exists? The answer is simple. Try before commit. Use the framework, discover the benefits and then decide which is best...
Six phases in the life cycle of a JSF application
Restore View Phase
Apply Request Values Phase and Process Events
Process Validations Phase and Process Events
Update Model Values Phase and Process Events
Invoke Application Phase and Process...
Pre-Requisites
J2SE 1.4 or higher (Depending on the version used)
Servlet 2.x
JSP 2.x
Refer your web-server documentation for the JSP and Servlet API version information.
Libraries
The Sun JSF implementation comes with...
John has written the following program which prints the below message."I am developer 1You are developer 2"
public class Main { public static void main(String[] args){ System.out.println("I am -->...
Powered by CjBlog