The WCT/CA clients for toolkit applications are developed using Eclipse
3.0 or later, so that you must have Eclipse 3.0 or an ever later version installed
onto your workstation to develop WCT/CA clients.
Apart from the general procedures you follow to develop an Eclipse
plug-in, developing a WCT/CA client for a toolkit application also consists
of the following steps:
- Create an Eclipse plug-in project. WCT/CA clients are
Eclipse plug-ins.
- Add the following JAR files to the Java™ build path of your project:
- dseb.jar
- dsecsm.jar
- dsecss.jar
- dsed.jar
- dseflp.jar
- dsegb.jar
- dsejcon.jar
- dsesym.jar
- dsetde.jar
- servlet.jar
- xercesImpl.jar
- xml-apis.jar
- xmlParserAPIs.jar
- Create the Java class that initializes the runtime
environment by creating a Java client implementing the InitFramework and InitDesktopProc
interfaces.
- Add the following settings into the plugin.properties file in
the \eclipse\plugins\ directory.
BTT_Initialize=true
#“true” means it need to initialize toolkit environment,
#while “false” means it will not initialize toolkit environment.
InitializeClass=<implementorFramework>
InitDesktopProc=<implementorDesktopProc>
<implementorFramework> refers
to the implementor of the InitFramework interface. <implementorDesktopProc> refers
to the implementor of the InitDesktopProc interface.