Certain BBj plugin demos can be run in different modes (GUI, BUI, DWC), therefore it should be possible for the user to choose between the mode when launching the application. Since each demo is unique, it would be rather hard to determine the execution modes for each demo individually. Therefore, this check must be done by the plugin developer, in each demo. To avoid code redundancy in each demo, the PM should provide certain helper methods which could be used by the plugin developers to perform some basic checks:
- Prompt the user for execution type: GUI, BUI, DWC
- Set up a BUI application in the Enterprise Manager
- Set up a DWC application in the Enterprise Manager
- Set up a class path
Certain BBj plugin demos can be run in different modes (GUI, BUI, DWC), therefore it should be possible for the user to choose between the mode when launching the application. Since each demo is unique, it would be rather hard to determine the execution modes for each demo individually. Therefore, this check must be done by the plugin developer, in each demo. To avoid code redundancy in each demo, the PM should provide certain helper methods which could be used by the plugin developers to perform some basic checks: