Version 9.8

Customizing the Instant Application

Exercise Objectives

In this exercise you will improve the look & feel of your Web application by manipulating the template files and the CSS files of your Web application. This exercise should be performed after you have created the training application and you have deployed a Web application under your Web server. As this exercise intends to change the look and feel of your Web application to be similar to the look and feel of the InstantDemo demo application, it is recommended that before you start this exercise, you deploy the InstantDemo demo application and with each step, compare the effect of the changes you make in your application with the InstantDemo.

In this exercise we will learn how to:

../graphics/gr_b_sm.png

Manipulate Host Keys Design the appearance of host keys in your Web pages.

../graphics/gr_b_sm.png

Change Colors and Fonts Modify colors and fonts on your Web pages.

../graphics/gr_b_sm.png

Templates Manipulate the screen template to add your own content.

../graphics/gr_b_sm.png

Screen Locker Changing the screen image that indicates that a task is being processed.

graphics/Movie.png Accompanying movie:

Also refer to Creating a New Web Application in the Web Enablement section.

The exercise solution here applies for both JSP and C#2.0.

Before you start, take a look at the following diagram to understand how the framework screen is structured:

graphics/MainPane.png

Top of page