...
Now that XperienCentral is installed, it’s time to build your first plugin. The first plugin will contain one component: the helloWorld element component. After building and deploying this plugin, there will be a new element in XperienCentral. If that element is placed on a page, the text “Hello World!” will be displayed on the web page.
Note |
---|
To generate a plugin containing a sidebar widget, see the topic Widget Archetype. |
Maven
XperienCentral requires Maven 3.3.x. It’s very easy to check which version you are currently using: open a command prompt and type:
...
A new subfolder called "helloworldsidebarwidget" is now present.
Building and Deploying the
...
Sidebar Widget Component
In order to build and deploy the plugin, perform the following steps:
...
A new subfolder called "helloworldpresentation" is now present.
Building and Deploying the Presentation Component
In order to build and deploy the plugin, perform the following steps:
...