Changes between Version 1 and Version 2 of NativeMode

Show
Ignore:
Author:
edrishn (IP: 207.7.108.244)
Timestamp:
01/11/07 18:04:08 (4 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NativeMode

    v1 v2  
     1In Native mode, also known as !DotNet mode, we translate Java syntax and constructs as well as calls to Java libraries to C#/.Net. 
    12 
    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  
     3Test 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) 
    115 * Stubbing some classes to be implemented from scratch (see ClassifierResourceClass) 
    12  
    136 * Using helper classes instead of calling .Net libraries directly (see StringSplit) 
    147 
     8Janett can currently translate ClassifierForJ in native mode, resulting code will be built instantly, and with 3 manual changes all test cases pass. 
    159 
    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. 
     10In Janett, we prefer to develop Native mode over EmulationMode and VirtualizationMode. 
    2211 
    2312 
    2413 
    2514 
    26  
    27  
    28  
    29  
    30  
    31  
    32