Versions Compared

Key

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

...

This finishes the setting up of Eclipse IDE for application development

    2*. Define and Implement the application Model(M)*

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.