| Building Web Applications > ILOG JViews TGO Faces Technical Overview > The Graph Architecture |
The Graph Architecture |
INDEX
PREVIOUS
NEXT
|
Like the IlpNetwork and IlpEquipment Swing components, the network and equipment faces components share the same architectural design. In a high-level abstraction, the network and equipment faces components play the role of the view (IlpNetworkView and IlpEquipmentView) as they are responsible for displaying the graphic representation of the model on the client screen.
Like the IlpNetworkView and IlpEquipmentView, which are based on IlpGraphView, the network and equipment faces components are based on an abstract Graph faces component which cannot be directly used in a JSP file. This Graph component is defined by a component abstract implementation, IltFacesGraphView, an abstract renderer, IltFacesGraphViewRenderer, and an abstract tag implementation, IltFacesGraphViewTag.
The Graph component is based on the view faces component declared in the JViews Framework Faces library. It inherits all the features and characteristics of the view faces component. In addition, it extends its functionality to display the specific JViews TGO business objects by using an underlying IlpGraphView instead of a generic IlvManagerView. The following class diagram shows these dependencies:
| Copyright © 1987-2007 ILOG S.A. All rights reserved. Documentation homepage. All rights reserved. Legal terms. | PREVIOUS NEXT |