DISA Code Template Generator

Or perhaps you were looking for the PW generator or PRPM generator?

If something doesn't look right, try a modern browser

Overview

To purpose of this generator is to quickly create the content for all the separate five files you need to create a template DISA integration. Almost everything can be keyed from a single name: the name of the plugin. Even though we can collect multiple plugins in a single JAR file, keeping each plugin separate will probably aid maintenance. The generator will create a shell for you to fill with your purpose. As with the PR/PM generator, the aim is to get something running quickly that generates console-logged evidence so that you can move as quickly as possible to the point where you implement the purpose, instead of wasting a lot of time ensuring that everything matches up.

Details

To get started, let's capture some key details about your plugin and the location of DISA on your machine

PR

Copy and save the code below in your Siebel custom folder and call it DISACunningPluginPR.js. Get the cASe right, it's important.

PM

Copy and save the code below in your Siebel custom folder and call it DISACunningPluginPM.js. Get the cASe right, it's important.

Java

Copy and save the code below in your Java's src/com/siebel/wsserver/plugin folder and call it CSSWSCunningPluginOperator.java. Get the cASe right, it's important.

Manifest

Copy and save the code below in your Java's src/META-INF/services folder and call it com.siebel.wsserver.operator.CSSWSOperator. Get the cASe right, it's important.

Build

Copy and save the code below in your Java's src folder and call it build.xml. Get the cASe right, it's important.