Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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 2.0.7 or higher. The current recommended version is Maven 3.3.3. It’s very easy to check which version you are currently using: open a command prompt and type:  

...

  1. Open the menu Window > Preferences > Java > Installed JREs.
  2. Ensure that a JDK version of Java is used in your JRE definition
  3. If the used JRE definition points to a JRE version of Java, then remove the reference to the JRE and create a new reference to the JDK.

 

Back to Top