Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "DSDP/MTJ/Development Process"

< DSDP‎ | MTJ
Line 1: Line 1:
 
[[Add Preprocessing Section]]<br/>
 
[[Add Preprocessing Section]]<br/>
:
+
:A Java developer has a need to create slightly different source code versions of the software. The need comes from the desire to create support for devices with different qualities or to create different features for different brands. On of the means to achieve this is to create builds based on different source code. This is done by adding preprocessing sections into the source code.
 +
 
 
[[Create Debug Class Automatically]]<br/>
 
[[Create Debug Class Automatically]]<br/>
 
:
 
:

Revision as of 08:53, 14 November 2006

Add Preprocessing Section

A Java developer has a need to create slightly different source code versions of the software. The need comes from the desire to create support for devices with different qualities or to create different features for different brands. On of the means to achieve this is to create builds based on different source code. This is done by adding preprocessing sections into the source code.

Create Debug Class Automatically

Mark Differences Between Devices

On Device Profiling

Save Findings as Comments

See Comments

See Options to Handle Fragmentation


Back to Device Fragmentation

Back to the top