Hello everyone,
I want to learn JSF framework. How do I start studying this?
Welcome to the Java Programming Forums
The professional, friendly Java community. 21,500 members and growing!
The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.
>> REGISTER NOW TO START POSTING
Members have full access to the forums. Advertisements are removed for registered users.
Hello everyone,
I want to learn JSF framework. How do I start studying this?
Hi,
I want to learn JSF. Please help me in learning it..!!
You can find tutorials and other JSF info by searching the web.
--- Update ---
Please don't post duplicate threads.
Threads merged and moved.
Hi, for JSF you have lot of online tutorials which you can use. But if you know any other framework that uses MVC pattern, then understanding JSF is simple. You will have the model (Java class containing the business logic), controller (container controlling other pieces and the faces.xml file containing the configuration) and then the View (.jsf files containing the front end or UI design).
Whatever I have mentioned above is just the basic. For more details, kindly refer any online tutorial.
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.
This thread is ancient, I'll close it.
@priya456 - it will reduce confusion if you attribute (and even link to) direct quotations of other people's work. For instance: Introduction to Java Server Faces/ which was published by javabeat.net over a decade ago.