|
The translation of the code from Centura to Java was a challenging task, which we accomplished with great success. The structure of the translated Java code is very similar to the original Centura code. We have kept the well-known functions and variable names. We also provide you with additional data types, helper classes and equivalences of almost all of the Centura functions. These are well documented and are easy to locate and use.
You can find a list of both the supported and unsupported
Centura functions here.
You can find a list of both the supported and unsupported
Centura actions here.
Below we have an example of migrated Centura code to Java .
| Original Centura code: |
 |
 |
| Generated Java code: |
 |
|