Build the vSphere Client Remote Plug-in Sample
You deploy the
remote plug-in sample with a Maven build directed by the sample's
pom.xml
file. This procedure builds the sample and deploys
it on the plug-in server.
After you download the vSphere Client SDK, you must build the remote plug-in sample before you can run it.
Prerequisites
- You need Java 8 to compile the code for this sample.
- You need Maven 3 to build the plug-in package.
- You need to download and unzip the SDK. See About the vSphere Client SDK for information about the structure of the SDK archive.
Procedure
Results
These steps install the Web Services API library into the local Maven repository, download and build the sample executable, download the Clarity design system, and build the JAR file that contains the sample components. The sample is a Spring Boot Application that will start an embedded Tomcat server when you run the sample in a command shell.
Choose a production build for the client code to run more efficiently. Choose a development build for a better debugging experience.
What to do next
After you build the remote plug-in sample, you need to run the plug-in server and register the plug-in with vCenter Server.