Directory Structure
The plug-in environment is contained in a directory structure under the installation directory <RuntimeWebAppsDir> of the Software AG Runtime. The CentraSite Administrator’s Guide describes the location of this directory.
Under <RuntimeWebAppsDir>\PluggableUI we have the following structure:
WEB-INF/
classes/
log4j.xml
lib/ //JARs
cis/
HTMLBasedGUI/
PluggableUI
plugin.xml
*.html
accesspath/
xml/ // layout definitions
images/
CentraSiteControl
plugin.xml
*.html
*_SWT.xml
accesspath/
xml/ // layout definitions
images/ // icons
lib/ // JARs
classes/ // class files
MyPlugIn
plugin.xml
*.html
*_SWT.xml
accesspath/
xml/ // layout definitions
images/ // icons
lib/ // JARs
classes/ // class files
The structure includes a sample user-written plug-in MyPlugIn for illustration purposes.