Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Check Deploy and modify the URL pattern to *.jsf as shown in the figure. Select Finish.

       !EclipseSetUpFinal.GIF!
This finishes the setting up of Eclipse IDE for application development

...

Model as suggested by MVC architecture handles data and logic of the application. In an enterprise application, Java Beans are used to represent collection of data and operation on that data. In JSF we use Java Beans to define the Model.

Under the project explorer right click on the SimpleJSF project and create a new class