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 where 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.