Coding a Custom Resource Handler
To use a custom resource handler for your mobile application
1. Code your resource handler. For information, see information about defining resources for mobile applications in Using webMethods Mobile Designer.
Note: | It is recommended that you save your custom resource handler in your mobile project’s reshandler folder. |
3. Select the top-level child node of the project, which is the root application node.
4. Set the Res Handler property to identify the fully-qualified name of the custom resource handler you coded.
Tip: | To update the Java classes that Mobile Development generates for the project so that your changes are represented in the generated sources, save the project and regenerate sources. For instructions, see Generating Sources for a Mobile
Project. |
Related Topics