JSF Tutorials

What is JSF (JavaServer Faces)?

  • 2007-09-18
  • Comments
  • Baski
  • 628

A complete web application requires a web framework to generate HTML pages, receive user input, and manage the navigation flow. The consensus among most web developers is that a Model-View-Controller (MVC) architecture is the best for web frameworks. In an MVC framework, the controller takes user input and decides which view to show next; The view renders the HTML page for the browser; The model encapsulates data captured from the web form and to be displayed on the web page.
Read More

JSF Basics

  • 2007-09-18
  • Comments
  • Daniel Malcolm
  • 628

UI development is easier because UI components are provided as reusable objects. A number of classes, corresponding to UI components, are part of the JSF specification and implementation. Rather than have to worry about the syntax of page layout, you simply drop the UI components into your application. A custom render kit and rendering process convert the components into appropriate page-layout code. The JSF implementation comes with a default render kit for HTML, but the same JSF code can be rendered by other render kits for other client systems. This means that you can use the same JSF code for a variety of client systems, and use different render kits to customize the UI for each client system.
Read More

Differences between JavaServer Faces technology and Struts

  • 2007-09-18
  • Comments
  • Charles
  • 628

Struts is an open-source Java web application framework whose architecture is based on the Model-View-Controller design pattern in which requests are routed through a controller that provides overall application management and dispatches the requests to application components. JavaServer Faces technology is a user-interface framework for Java web applications. It is focussed on the view tier of an MVC-based architecture. The Struts and JavaServer Faces technology frameworks do have some overlapping functionality; however each framework has its advantages, and developers can use certain features of both frameworks in a single application.
Read More

Install and Deploy JBoss Application Server

  • 2007-09-18
  • Comments
  • Abinaya
  • 628

In this tutorial let's go over the process to setup JBoss application server to run web applications.
Read More

The Relationship Between JSF and Other Java EE Technologies

  • 2007-09-18
  • Comments
  • Emiley J
  • 628

Within the Java Platform, Enterprise Edition 5 (Java EE 5), technologies such as JSP and Servlet are stand-alone technologies. You could, if you wanted to, create an application using only servlets or only JSP pages. JSF is different because it is a supporting technology. You use it in conjunction with JSP pages, servlets, or other presentation technologies.
Read More

JSF Life Cycle

  • 2007-09-18
  • Comments
  • Fazal
  • 628

Regardless of whether you are using JSF with JSP pages, servlets, or some other web technology, each request/response flow that involves JSF follows a certain life cycle. Several kinds of request/response cycles can occur in a JSF-enabled application. You can have a request that comes from a previously rendered JSF page (a JSF request) and a request that comes from a non-JSF page (a non-JSF request). Likewise, you can have a JSF response or a non-JSF response. We are concerned with these three request/response pairs:
Read More

Installing JSF

  • 2007-09-18
  • Comments
  • Grenfel
  • 628

You will need to obtain and install a JSF implementation, and the JSP Standard Tag Library (JSTL) reference implementation. We will use the JSF reference implementation from Sun. If you have an implementation from some other vendor, consult the documentation for that implementation for installation instructions.
Read More

Most Viewed Articles on JSF

Latest Tutorials

Related Tutorials

Struts Vs JSF (A comparison of Struts against JSF)

Calling Multiple Listeners in JSF

Action listeners in JSF

<convertNumber> and <convertDateTime> in JSF

faces-config.xml to DirectTraffic in the JSF Application

JSF - TreeNode.setID gets IllegalArgument Exception

Servlet error : java.lang.IndexOutOfBoundsException (JSF RI 1.1_01: IndexOutOfBoundsException)

How to open a new browser window from my JSF page?

Using Javascript in JSF

Accessing Context Data in Beans using JSF

Install and Deploy JBoss Application Server

Controlling Page Navigation in JSF - Static and Dynamic Navigation

Java Bean Scopes in JSF

Installing JSF

JSF Life Cycle

Archived Comments

1. i need the code
View Tutorial          By: C.Ajith Franklin at 2010-05-05 06:04:40

2. very superb
View Tutorial          By: bala at 2008-05-14 04:49:24

3. int iNum2 = parseInt(“0xAâ
View Tutorial          By: Doug Whitehead at 2008-12-01 21:27:55

4. Hai,
I have the same problem *** time out a

View Tutorial          By: Anitha at 2009-04-20 03:12:23

5. how this program is work , please, tell
View Tutorial          By: rohit kumar at 2015-10-30 12:22:05

6. Thanks, very helpful. Worked perfectly.
View Tutorial          By: Bob Knob at 2011-07-27 18:22:18

7. very easy way for understanding the java programmi
View Tutorial          By: praveen chandrakar at 2010-10-14 20:26:53

8. very helpful to me.thanks.very very useful to me.
View Tutorial          By: viji at 2007-12-21 03:17:14

9. Gud one for beginners
View Tutorial          By: puneet at 2011-07-20 05:00:42

10. Excellent. I want you to publish about memory allo
View Tutorial          By: Mohamed firnaz at 2011-12-07 04:54:27