Top 10 Best Practices Using VMware VI and vSphere SDK (part 2)
January 29th, 2010
3 comments
#6 Consider Views in Your GUI Application
Most developers don’t know much about the View and related managed objects. The reason for that is that they were mainly designed for VI/vSphere Client in the first place. But nothing stops you from using it to your advantages.
As you can imagine, you can use the View and its subtypes InventoryView, ListView, and ContainerView to monitor changes on the server side. It provides an efficient way to monitor for changes with only these visible in your GUI and nothing more. You can use ViewManager to create views according to your specific needs.
Recent Comments