iViewServer 

Definition

The iViewServer provides the following functions:

In particular, the iViewServer produces the HTML content of iViews and pages. This HTML content is then requested by the browser when it displays the pages.

 

Structure

The following diagram illustrates the components of the iViewServer.

The different types of content that the iViewServer administers can be summarized as follows:

 

Java iView Runtime

The Java iView Runtime is part of the iViewServer. It runs as a servlet on a Java application server. It executes Java iViews and renders the returned content. It provides Java iViews with access to infrastructure services such as user management. It also offers personalization of Java iViews and stores personalization data and any other persistent data in the persistence layer.

In addition the Java iView Runtime provides a development platform that allows developers to build their own iViews written in Java or JSP.