Can a single plugin package support both Flex for vSphere Web Client and HTML for vSphere Client or do they need to be delivered in two separate packages? We want to be sure our functionality is available regardless of which client is used, and we need to support users of 5.5.2 through 6.5.
We have Flex views in our current plugin with <pluginPackage id="com.vmware.vsphere.client" version="5.5.2" /> , which works fine with vSphere Web Client (5.5.2 through 6.5.0).
We are developing an HTML plugin for vSphere Client (6.5.0+).
Can they be packaged together into a single plugin package (with version=5.5.2) or do we need to deploy two separate plugin packages? If the latter, what happens if both are deployed onto the same vCenter? I understand the HTML client will not deploy the Flex plugin, as type="html" is missing. Will the HTML client attempt to load both plugins?