Show TOC

Procedure documentationDeveloping the User Interface Layer Locate this document in the navigation structure

 

This procedure provides information about rebuilding the user interface layer of the Simple Java EE application. It uses the e JavaServer Faces (JSF) technology to visualize the implemented logic. You have to manually create a dependency between the business logic development component app_ejb and the Web development component app_web (containing the JSPs). Then you create the ProjectMB and the JSPs and add the necessary implementation.

Procedure

  1. Adjust the Web development component (DC) and create the application JSP skeleton.

    For more information, see Adjusting the Web DC and Creating the JSP Skeleton.

  2. Implement the managed bean.

    For more information, see Implementing the Managed Bean.

  3. Implement the application JSPs.

    For more information, see Implementing (Designing) the Application JSPs.