iNTERFACEWARE Products Manual > Installing and Using Chameleon > Language API Documentation > Java Support > Dynamic Interface |
|
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
The stubcode interface offers ease of use with Chameleon at the expense of flexibility. The dynamic interface offers an alternative to using stubcode which gives more power, but requires more effort on the part of the programmer. This table summarizes the main differences between the approaches:
To use the dynamic interface to parse a message, these steps must be followed:
The following code fragment shows these steps. For a complete example of the usage of the dynamic interface, look at the New Project Wizard labelled 'Dynamic', which makes a simple example project that uses the interface.
|