iNTERFACEWARE Products Manual > Installing and Using Iguana > Using Iguana > Working With Plugins > Writing a Plugin > Writing a Plugin in Java > Using Chameleon to Generate a Java Source Plugin |
|
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
If you are writing a source plugin in Java, the easiest way to create the plugin is to use Chameleon to generate stubcode for it. To do this:
The following is the stubcode that Chameleon generates:
You can modify or customize this code to process messages before they are sent. For more information on the Source class that is used to implement an Iguana source plugin in Java, see the following pages:
When you have customized the stubcode to meet your needs, and ensured that it builds successfully, your plugin is ready to be tested. See Testing a Source Plugin for details on how to test your plugin. |