Mobile Development 10.11 | webMethods Mobile SuiteWeb Help | webMethods Mobile Development Help | Creating a Mobile Project | Generating Sources for a Mobile Project
 
Generating Sources for a Mobile Project
 
Java Sources that Mobile Development Generates
Text Resources that Mobile Development Creates for a Mobile Project
To incorporate the changes you make to the mobile project’s model, you must generate the sources. When you generate sources, Mobile Development generates Java classes for the mobile application. For a description of the Java classes that Mobile Development generates, see Java Sources that Mobile Development Generates.
You should generate sources after you update a project, for example, by adding additional user interface objects to the project. You can generate sources from the Outline Editor or the Package Explorer.
The generated Java classes contain the current content of the Outline Editor. That is, they contain any changes that have not been saved yet.
Note:
Mobile Development also creates .txt files for each language that the mobile project supports. For more information, see Text Resources that Mobile Development Creates for a Mobile Project.
*To generate sources
*From the Outline Editor:
1. Display your project in the Outline Editor. For more information, see Displaying a Mobile Project in the Outline Editor.
2. In the Outline Editor, right-click anywhere and select Generate Source Code > Application Model.
*From the Package Explorer:
1. Locate the project in the Package Explorer.
2. Right-click the project node or any file in the project and select Generate Source Code > Application Model.
Note:
Selecting Generate Source Code > Application Model generates the source code for the mobile project based on the model you define in the Outline Editor. If you select Generate Source Code > Application Model and API, Mobile Development also generates the Mobile Development API in the gen/api-src folder.