Building Web Applications > The Equipment View Faces Component > Equipment View Component Services

Most of the JViews TGO equipment services can be used in the equipment faces context, with no modifications. The services that are fully compatible are:

Please refer to the Equipment Component Services in the Graphic Components documentation for more information on these services.

The following services show some differences in the equipment faces component:

These differences are described below.

Interacting with the Equipment View

JViews TGO equipment faces interactors are declared in the JSP file. This is required to specify how the web browser will react to user input; some interactions being executed directly on the client side while others are submitted to and executed on the server.

View interactors cannot be purely declared in the CSS file (as is the case for the Swing equipment component). Instead, they have to be declared together with the selectInteractor tag. Please refer to Configuring the selectInteractor for details on how to set a specific view interactor as the listener of a selectInteractor.

Zooming

Although all three zooming modes (physical zoom, logical zoom and mixed zoom) are supported in the Faces Equipment component, some thresholds are affected by some of its specific settings, like zoomFactor, zoomLevels, minZoomLevel, or maxZoomLevel.