The procedures for developing a device application directly from mobile business object (MBO) generated code differ slightly compared to developing from Device Application Designer generated code.
The main differences between the two procedures are:
- Device Application Designer – contains MBO business logic and BlackBerry device application code. You must:
- Include libraries and JAR files in the BlackBerry project that support both the BlackBerry Client Object API and the BlackBerry Device Framework API.
- Add the Java files from the Device Application Designer Custom folder, generated folder, and the generated MBO classes to the BlackBerry project.
- Mobile business objects – contain only MBO business logic. If you do not plan on using the Device Application Designer, you must:
- Include libraries and JAR files in the BlackBerry project that support the BlackBerry Client Object API.
- Add the Java files from the MBO Generated Code folder to the BlackBerry project.