Creating a Web Presentation for a UTS Application with Minimal Work

If you want to quickly provide a Web presentation for a UTS application without implementing any significant changes to the interface appearance, you do not need to capture the screens of your application. A UTS application can be run from a Web forms application or an MVC Web application by using ePortal's dynamic page creation feature. Each screen that is presented to ePortal at runtime is rendered as a Web page automatically.

In addition, the UTS application can be presented within a master page or layout page. Refer to Modifying the Master Page or Modifying the Layout Page for details.

  1. On the File menu, point to New and click Project.

  2. In the Create a new Project dialog box, do the following:

    Notes:

    • Select C# or All Languages from the Language list.

    • Select Windows or All Platforms from the Platform list.

    The ePortal templates are not displayed if other values are selected.

    1. Select ePortal Data Source from the Project Type list.

      The ePortal Data Source templates are displayed.

    2. Do one of the following to select the template:

      • From the templates list, select OS 2200 UTS Data Source, and then click Next.

      • Enter OS 2200 UTS Data Source in the search option, select the template from the search result, and then click Next.

    3. In the Project name box, type a name for the ePortal data source project. The name must be a valid C# name.

    4. In the Location box, identify the path to the location where you want to save the project.

    5. (Optional) In the Framework box, select the desired .NET Framework version from the list. For information on selecting the .NET version, refer to Multi-Targeting Issues.

      Note: If you do not select a desired Framework, a default Framework version is selected.

    6. If the Add to Source Control checkbox is present and the project should be put under source control, ensure that the checkbox is selected.

    7. Accept all other default settings.

    8. Click Create.

  3. Select Build, then select Build Solution to build the project.

  4. Create a new Web presentation project as follows:

  5. In Solution Explorer, right-click the presentation project, and click Set as StartUp Project.

  6. To review the ClearPath ePortal application configuration property values, right-click the presentation project, and click ClearPath ePortal Application Configuration. The ePortal Application Configuration dialog box appears. The <project name> tab contains the properties of the data source project, and the Web tab contains the properties of the presentation project. Refer to ePortal Application Configuration Property Values for information about the property values.

  7. Make any required changes and click Apply.

  8. If detailed tracing is needed, refer to Logging Errors and Tracing for information about selecting logging levels.

  9. On the Debug menu, click Start Debugging. The new presentation starts. If the logging level was set to level 4 in step 8, ClearPath ePortal displays some simple traces to help with the debugging process in the output window of the debugger. These traces show the contents of the messages sent and received for the Web browser page. In addition, the data sent to and received from the OS 2200 server is displayed.

  10. To display the trace output, open the Debug menu, click Windows, and click Output.