You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

This application will make you understand how Model(M), View(V), Controller(C) architecture is implemented in Java Server Faces. This application will make use of UI components, Validator, Navigation and Bean component available with JSF. This application has the following pre-requisites:

  • WTP 2.0.1 - Download for wtp-all-in-one-sdk-win32

Briefly describing the application, this application will take a user First Name and Last Name. Later these fields will be validated by JSF and using the controller bean and Navigation rule the output will be displayed. This application will also introduce a UI component which is a submit button.

The application development will take you through the following

  1. Define and implement the Java Bean
  2. Define and implement Model(M) in application
  3. Define and implement View(V) in application
  4. Define and implement the Validator component
  5. Define and implement the View navigation by Controller(C)

Once you have all the pre-requisites installed follow the following steps to create a project with Eclipse

  • Launch Eclipse and Create a dynamic web project as shown in the figure

  • Give the fields for the Web Project as shown in the following figure
  • No labels