This section describes the details on the JSF and JSTL functionality.
The following figure shows the process flow for a Web application that uses JSF and JSTL:
Figure 3-1 Process flow for a Web application that uses JSF and JSTL
- When you access a Web page that uses a JSF application from the client, a request goes to the FacesServlet servlet that exists in the JSF framework. The JSF application starts the processing with the FacesServlet as the starting point, and the JSFCore of the JSF framework processes user-defined classes or pages. The result of the request processing is returned as a response to the client through the FacesServlet.
- When you access a Web page that uses JSTL from the client, the JSTL library executes processes corresponding to the tags used in the Web page. The result of the process is returned as a response to the client.
- Organization of this section
- 3.3.1 JSF functionalities
- 3.3.2 JSTL functionality
- 3.3.3 Proprietary functionalities of Application Server
- 3.3.4 Collaboration with other functionalities of Application Server
All Rights Reserved. Copyright (C) 2013, Hitachi, Ltd.