Changes between Version 1 and Version 2 of NativeMode
- Timestamp:
- 01/11/07 18:04:08 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NativeMode
v1 v2 1 In Native mode, also known as !DotNet mode, we translate Java syntax and constructs as well as calls to Java libraries to C#/.Net. 1 2 2 3 In Native mode also known as !DotNet mode, we translate Java syntax and constructs as well as calls to Java libraries to C#/.Net. 4 5 6 7 test cases may failed because replaced methods have different behavior so correction is required: 8 9 * Inspection and modification of resulting code with Adapter classes (see ReaderRead) 10 3 Test cases may fail because replaced methods have different behaviors. So correction is required: 4 * Inspection and modification of the resulting code with Adapter classes (see ReaderRead) 11 5 * Stubbing some classes to be implemented from scratch (see ClassifierResourceClass) 12 13 6 * Using helper classes instead of calling .Net libraries directly (see StringSplit) 14 7 8 Janett can currently translate ClassifierForJ in native mode, resulting code will be built instantly, and with 3 manual changes all test cases pass. 15 9 16 17 Janett can currently translate ClassifierForJ in native mode, resulting code will be built instantly and with 3 manual changes all test cases will be passed. 18 19 20 21 In Janett we prefer to develop Native mode over EmulationMode and VirtualizationMode. 10 In Janett, we prefer to develop Native mode over EmulationMode and VirtualizationMode. 22 11 23 12 24 13 25 14 26 27 28 29 30 31 32
