Difference between revisions of "ImplementVCLPlugin"

From GreenVulcano Wiki
Jump to: navigation, search
(Created page with "A VCL plug-in is a class that implement one of the following Java interfaces: *it.greenvulcano.gvesb.virtual.CallOperation : synchronous call *[[...")
 
 
Line 5: Line 5:
  
 
The simplest way to implement a [[Plugins|VCL plug-in]] is described [[Develop Generic VCL Call|here]].
 
The simplest way to implement a [[Plugins|VCL plug-in]] is described [[Develop Generic VCL Call|here]].
 +
 +
{{GVESB}} provides some [[UtilityClasses|utility classes]] that can simplify the configurator/developer work.

Latest revision as of 18:18, 21 December 2012

A VCL plug-in is a class that implement one of the following Java interfaces:

The simplest way to implement a VCL plug-in is described here.

GreenVulcano® ESB provides some utility classes that can simplify the configurator/developer work.