Preparing the data for a JViews Diagrammer JSF application

The aim of a JViews Diagrammer application is to display diagrams through Web browsers. There are many ways to create diagrams with JViews Diagrammer.
This example shows you one of the simplest ways: the diagram has been previously prepared using JViews desktop applications and saved as an IDPR file. The purpose of this JSF application is to display the diagram stored in this IDPR file on the Web.
To obtain the required data:
Copy the files genealogy.idpr, genealogy.xml and genealogy.css from <installdir> /jviews-diagrammer810/codefragments\jsf-hello-diagrammer\webpages to the WebContent folder of your project. The location of this example might change depending on the version of your JViews product.
For alternative ways to provide or to create diagrams with JViews Diagrammer, refer to the demos and samples provided with your JViews product.