We’re converting our vSphere Web Client plug-in from running on a remote server to running in the Virgo server.
Our current plug-in is built with Flex using Blaze to a shim layer in the Virgo server and then to a remote server.
The Java code running in the remote server uses the VI Java (YAVI Java) to communicate back to the vCenter to obtain objects and perform operations.
If we’re to move the Java code inside the Virgo server, we’ll need to use the APIs and services provided by the com.vmware.vise package.
Unfortunately, the The vSphere Web Client Extensions Programming Guide has only a page or two of information about Java and the Hello World example has no com.vmware.vise calls to help me develop my plug-in.