JSF and Struts Classic Reference Manual

Version: 1.0.0.GA


1. Introduction
+2. Getting Started Guide for Creating a JSF Application
2.1. Creating a Simple JSF Application
2.2. Setting Up the Project
2.3. The JSF Application Configuration File
+2.4. Adding Navigation to the Application
+2.4.1. Adding Two Views (JSP Pages)
2.4.1.1. Creating the Transition (Navigation Rule)
2.5. Adding a Managed Bean to the Application
+2.6. Editing the JSP View Files
2.6.1. inputname.jsp
2.6.2. greeting.jsp
2.7. Creating the Start Page
2.8. Running the Application
2.9. Other relevant resources on the topic
+3. Getting Started Guide for Creating a Struts Application
3.1. Starting Up
+3.2. Creating the Application Components
+3.2.1. Creating JSP Page Placeholders
3.2.1.1. Creating the Page Placeholders
3.2.1.2. Placing the Page Placeholders
3.2.2. Creating an Action Mappings
3.2.3. Creating a Link
3.2.4. Creating a Forward
3.2.5. Creating a Global Forward
3.2.6. Creating a Form Bean
3.3. Generating Stub Coding
+3.4. Coding the Various Files
+3.4.1. Java Stub Classes
3.4.1.1. GetNameForm.java
3.4.1.2. GreetingAction.java
+3.4.2. JSP Pages
3.4.2.1. inputname.jsp
3.4.2.2. greeting.jsp
3.4.2.3. index.jsp
3.5. Compiling the Classes
3.6. Running the Application
3.7. Other relevant resources on the topic
+4. Getting Started Struts Validation Examples
4.1. Starting Point
4.2. Defining the Validation Rule
4.3. Client-Side Validation
4.4. Server Side Validation
4.5. Editing the JSP File
4.6. Editing the Action
4.7. Editing the Form Bean
4.8. Other Resources