Other Solutions part of the Linc2J2EE Conversion tools
This section will show you other solutions that are part of the conversion tool and can be used to debug specific areas while doing migrations
As part of the Linc2J2EE conversion tool, we have additional solutions that work as separate pieces of the conversion tool. There are multiple projects or solutions but there are two that can be helpful to know when you are trying to debug the code. These solutions are:
CoreTransalator
OracleXMLBaseTranslator
Core Translator Solution
The Linc2J2EE conversion tool uses the Core translator to start the Linc code conversion. You can find the CoreTranslator solution in
G:\workspace\Linc2J2EE\Controller\CoreTranslator\CoreTranslator.slnThere you can find the TranslatorRunner class which is the class used by the LincConverter to start the conversion execution:

The contents of the CoreTranslator solutions are shown in the next image

OracleXMLBaseTranslator Solution
The Linc2J2EE conversion tool uses the Oracle XML Database repository, and the OracleXMLBaseTranlator solutions, store the classes that allow us to do the operations against the XML repository. You can find this solution in
And the contents of the solution can be shown in the following image

Last updated