Generated Device Application Code Location and Contents

Generated device application code is stored in the project's Generated Code sub-folder by default. Language, platform, and whether or not you select the Generate metadata classes option determines the class files generated in this folder.

Assuming you generate device application code in the default location, you can access it from WorkSpace Navigator by expanding the Mobile Application project folder for which the code is generated, and expand the Generated Code folder.

The contents of the folder is determined by the options you selected from the Generate Code wizard, and include generated class (.java or .cs) files that contain:
  • MBO - the business logic of your MBO
  • Synchronization parameters - any synchronization parameters for the MBOs
  • Init - Unwired Server connection information used by device applications to access MBOs.
  • Personalization - personalization and personalization synchronization parameters used by the MBOs
  • metadata - if you selected Generate metadata classes, the metadata classes which allow you to use code completion and compile-time checking to ensure that run-time references to the metadata are correct


Created September 17, 2009. Send feedback on this help topic to Sybase Technical Publications: pubs@sybase.com