Java AWT/Swing application

This is the most traditional way to deploy JViews applications. All graphical styles and interactions are available, and there are very few limitations. Traditionally, applications are deployed using the IlvDiagrammer class (derived from a JComponent) or classes of the ilog.views.diagrammer.application package. Note that the IlvDiagrammerApplication class (derived from JApplet) is a top-level container that allows you to create either applications, applets, or Java™ Web Start applications.
See Writing an application in Using the Designer.