Saturday, May 12, 2007

Steps in the Development Process


Developing a simple JavaServer Faces application usually requires these tasks:

  • Mapping the FacesServlet instance.
  • Creating the pages using the UI component and core tags.
  • Defining page navigation in the application configuration resource file.
  • Developing the backing beans.
  • Adding managed bean declarations to the application configuration resource file.

No comments: