Code Components to Create a Remote Plug-in for the vSphere Client

A remote plug-in for the vSphere Client includes several code components that you create.

To create code for a complete plug-in, you must do the following:
  • Choose the extension points here your user interface views will extend the vSphere Client.
  • Create front-end views that provide the user interfaces for data access.
  • Create back-end controllers that interface between services and user interface views.
  • Create models for your logical data objects.
  • Create back-end services that translate between data models and the objects in storage that back the models.