Versions Compared

Key

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

...

  1. Open a command prompt window.
  2. Go to the folder C:\GX\helloWorldWCBs\helloworldelement.
  3. Execute the command:

    mvn -s ..\..\XperienCentral\settings.xml clean package

  4. Copy the file helloworldelement-1.0.0.jar from the target folder to C:\GX\XperienCentral\<xperiencentral-root>\work\deploy.
  5. The element is now available in XperienCentral. To prevent everybody from being able to use it right away, the element has to be activated first (this can be done through the
    Configuration > Channel configuration > Functionalities menu). After activation, the element is available in the menu.

...

  1. Open a command prompt.
  2. Navigate to the folder in which you already created your helloworldelement (C:\GX\helloWorldWCBs, for example).
  3. Execute  the command (replace <XperienCentral Version> with the version number of XperienCentral that you’re building against, (10.10.0, for example):

    mvn archetype:generate -DinteractiveMode=false -DarchetypeGroupId=nl.gx.webmanager.archetypes -DarchetypeArtifactId=webmanager-panel-archetype -DarchetypeVersion=<XperienCentral Version> -DgroupId=com.gxwebmanager.helloworld -DartifactId=helloworldpanel -Dclassprefix=HelloWorld -s ..\XperienCentral <xperiencentral-root>\settings.xml

    A new subfolder called "helloworldpanel" is now present.

...

  1. Open a command prompt.
  2. Navigate to the folder where the helloworldpanel was created (C:\GX\<xperiencentral-root>\helloWorldWCBs\helloworldpanel, for example).
  3. Execute the command:

    mvn -s ..\..\XperienCentral\ <xperiencentral-root>\settings.xml clean package

  4. Copy the file helloworldpanel-1.0.0.jar from the target folder to C:\GX\XperienCentral\<xperiencentral-root>\work\deploy.

Press F5 to refresh XperienCentral - The panel is now available in XperienCentral in the Configuration menu.

...

  1. Open a command prompt.
  2. Navigate to the folder in which you already created your helloworldelement and helloworldpanel (C:\GX\helloWorldWCBs).
  3. Execute the command (replace <XperienCentral Version> with the version number of XperienCentral that you’re building against (10.10.0, for example):

    mvn archetype:generate -DinteractiveMode=false -DarchetypeGroupId=nl.gx.webmanager.archetypes -DarchetypeArtifactId=webmanager-mediaitem-archetype -DarchetypeVersion=<XperienCentral Version> -DgroupId=com.gxwebmanager.helloworld -DartifactId=helloworldmediaitem -Dclassprefix=HelloWorld -s ..\XperienCentral\ <xperiencentral-root>\settings.xml

A new subfolder called "helloworldmediaitem" is now present.

...

  1. Open a command prompt.
  2. Navigate to the folder C:\GX\helloWorldWCBs\helloworldmediaitem.
  3. Execute the command:

    mvn -s ..\..\XperienCentral <xperiencentral-root>\settings.xml clean package

  4. Copy the file helloworldmediaitem-1.0.0.jar from the target folder to C:\GX\XperienCentral\<xperiencentral-root>\work\deploy.
  5. Press F5 to refresh XperienCentral - The mediaItem component is now available in XperienCentral.

...

  1. Open a command prompt.
  2. Navigate to the folder in which you already created your helloworldelement (C:\GX\helloWorldWCBs).
  3. Execute the command (replace <XperienCentral Version> with the version number of XperienCentral that you’re building against (10.6.0, for example):

    mvn archetype:generate -DinteractiveMode=false -DarchetypeGroupId=nl.gx.webmanager.archetypes -DarchetypeArtifactId=webmanager-pagemetadata-archetype -DarchetypeVersion=<XperienCentral Version> -DgroupId=com.gxwebmanager.helloworld -DartifactId=helloworldpagemetadata -Dclassprefix=HelloWorld -s ..\XperienCentral\ <xperiencentral-root>\settings.xml

 A new subfolder called "helloworldpagemetadata" is now present.

...

  1. Open a command prompt.
  2. Navigate to the folder C:\GX\helloWorldWCBs\helloworldpagemetadata.
  3. Execute the command:

    mvn -s ..\..\XperienCentral\ <xperiencentral-root>\settings.xml clean package

  4. Copy the file helloworldpagemetadata-1.0.0.jar from the "target" folder to C:\GX\XperienCentral\<xperiencentral-root>\work\deploy.

Press F5 to refresh XperienCentral - The Page Metadata component is now available in XperienCentral. For each page it is now possible to enter a value for the new properties as defined in the page metadata component.

...

  1. Open a Command prompt.
  2. Navigate to the folder in which you already created your helloworldelement (C:\GX\helloWorldWCBs).
  3. Execute the command (replace <XperienCentral Version> with the version number of XperienCentral that you’re building against (10.10.0, for example):

    mvn archetype:generate -DinteractiveMode=false -DarchetypeGroupId=nl.gx.webmanager.archetypes -DarchetypeArtifactId=webmanager-presentation-archetype -DarchetypeVersion=<XperienCentral Version> -DgroupId=com.gxwebmanager.helloworld -DartifactId=helloworldpresentation -Dclassprefix=HelloWorld -s ..\XperienCentral <xperiencentral-root>\settings.xml

A new subfolder called "helloworldpresentation" is now present.

...

  1. Open a command prompt.
  2. Navigate to the folder C:\GX\helloWorldWCBs\helloworldpresentation.
  3. Execute the command:

    mvn -s ..\..\XperienCentral\ <xperiencentral-root>\settings.xml clean package

  4. Copy the file helloworldpresentation-1.0.0.jar from the ‘target’ folder to C:\GX\XperienCentral\<xperiencentral-root>\work\deploy.

The style is now available in XperienCentral.

...

  1. Open a Command prompt.
  2. Navigate to the folder in which you already created your helloworldelement (C:\GX\helloWorldWCBs).
  3. Execute the command (replace <XperienCentral Version> with the version number of XperienCentral that you’re building against (10.6.0, for example):

    mvn archetype:generate -DinteractiveMode=false -DarchetypeGroupId=nl.gx.webmanager.archetypes -DarchetypeArtifactId=webmanager-service-archetype -DarchetypeVersion=<XperienCentral Version> -DgroupId=com.gxwebmanager.helloworld -DartifactId=helloworldservice -Dclassprefix=HelloWorld -s ..\XperienCentral\ <xperiencentral-root>\settings.xml

    A new subfolder called "helloworldservice" is now present.

...

  1. Open a Command prompt.
  2. Navigate to the folder C:\GX\helloWorldWCBs\helloworldservice.
  3. Execute the command:

    mvn -s ..\..\XperienCentral\ <xperiencentral-root>\settings.xml clean package

  4. Copy the file helloworldservice-1.0.0.jar from the ‘target’ folder to C:\GX\XperienCentral\<xperiencentral-root>\work\deploy folder.

The service is now available to other plugins in XperienCentral.

...

  1. Open a command prompt.
  2. Navigate to the folder in which you already created your helloworldelement (C:\GX\helloWorldWCBs).
  3. Execute the command (replace <XperienCentral Version> with the version number of XperienCentral that you’re building against (10.6.0, for example):

    mvn archetype:generate -DinteractiveMode=false -DarchetypeGroupId=nl.gx.webmanager.archetypes -DarchetypeArtifactId=webmanager-servlet-archetype -DarchetypeVersion=<XperienCentral Version> -DgroupId=com.gxwebmanager.helloworld -DartifactId=helloworldservlet -Dclassprefix=HelloWorld -s ..\XperienCentral\ <xperiencentral-root>\settings.xml

    A new subfolder called "helloworldservlet" is now present.

...

  1. Open a command prompt.
  2. Navigate to the folder C:\GX\helloWorldWCBs\helloworldservlet.
  3. Execute the command:

    mvn -s ..\..\XperienCentral\ <xperiencentral-root>\settings.xml clean package

  4. Copy the file helloworldservlet-1.0.0.jar from the ‘target’ folder to C:\GX\XperienCentral<xperiencentral-root>\work\deploy.

The servlet is now available to other plugins in XperienCentral. To test the proper working of the servlet, open a browser window and navigate to either:

...