Language Reference - XML - Connecting to CCOM


To use the CCOM XML messaging service, JGrafchart must first be connected to CCOM. Managing the CCOM connection can be done manually with the Misc menu, automatically during startup with Command Line arguments, and programatically using the CCOM functions.

CCOM uses the xmlBlaster middleware for message passing. This means that all clients connect to, send messages to, and receive messages from an xmlBlaster server.

Hint: An xmlBlaster server can be started with bin/xmlBlaster (Unix/Linux/Mac) and bin/xmlBlaster.bat (Windows).

Note: When JGrafchart is closed, it automatically disconnects from CCOM.