VMware {code} Community
prmsvm
Contributor
Contributor

I have performance statistics html content retrieve from storage server on my java service layer, how do i push my html content to flex ui layer in vsphere web client plugin

Hi,

I have the performance statistics HTML content which is retrieved from the server on my Java service layer. I want to push the html content to Flex UI layer in VSphere web client SDK.

Environment : VSphere web client SDK 6.0

Kindly help me on this.

Tags (1)
0 Kudos
1 Reply
laurentsd
VMware Employee
VMware Employee

Since it is not possible to display HTML content directly inside a Flex component your only choice is to use the SDK's HTML bridge to build a plugin with a HTML view.  Your plugin would make a rest call to get the HTML data from an MVC controller similar to GlobalView sample's ServiceController.java, and you just have to insert that data in the document.

0 Kudos