This Plug-In installs the DWCJ libraries in your BBj environment. Its configuration screen lets you then add .jar files (or point to subfolders with binary .class files if you're still developing) that contain implementations of the org.dwcj.App abstract class.
Install the Plug-in with the plugin manager. Then run the "configure.bbj" program by pushing the "configure" button in PluginManager. (You find the configure.bbj in the plugins/DWCJ/cfg/ subdirectory if you need it outside the plugin manager.)
The following steps create a frest deployment configuration.
- Hit the "plus" button under the configuration list on the left. Then enter a name for the configuration in the null1. "Name" field on the right.
- Hit the "Save" button and the configuration will be created. The files in the plug-in's "lib" folder will be added to null2. the configuration.
Now you will have a deployment conguration which consists of a Classpath that has the name of your configuration. A DWC app will be deployed in BBj under the same name.
By default you will reach the deployed app under http://localhost:8888/webapp/
You will see a screen like this:
- Now you can add a jar or class folder to the classpath list on the right. If the .jar contains one or more null3. classes that extend org.dwcj.App, the welcome screen will list these implementations.
- In order to immediately start an App implementation, enter the class name (fully qualified, with package) in null4. the "Classname" field.