CentraSite 10.3 | CentraSite Developer's Guide | Importing Objects Using API | Writing Your Own Importer | Generating Additional Files
 
Generating Additional Files
You need this step only if you are not able to install the necessary files directly in the <RuntimeWebAppsDir>/PluggableUI/ directory. In this case, you have to build the structure shown in Propagating the Plug-In by yourself. You can automatically generate the .html files as well as the _SWT.xml and the .accesspath file using the Software AG Application Designer.
To generate additional files
1. Edit the file stored in the following directory: <RuntimeWebAppsDir>/PluggableUI/cis/config/cisconfig.xml
2. Insert the statement: plugindevelopment="true" in the following part:
designtimeclassloader=
"com.softwareag.cis.plugin.registry.loader.
AdapterPluginClassLoader"
enableadapterpreload="true"
framebuffersize="3"
plugindevelopment="true"
loglevel=""
logtoscreen="false"
maxitemsinfieldcombo="100"
3. Restart the Software AG Runtime. Now you can start the Application Designer with the following URL: http://localhost:53307/PluggableUI/HTMLBasedGUI/workplace/ide.html
4. Navigate to Tools & Documentation > Layout Manager and select the ImportMyFile Plugin as Application Project. It appears in the Layout Definitions List.
5. Generate the required files using the Operations button on multiple Items > (Re)Generate HTML pages.