I have 2 different databases being used by one application. In the xml file, I can declare 2 nodes with different URLs and credentials without a problem.
Is there a way to do this in the code? Without creating 2 runtimes.
I have 2 different databases being used by one application. In the xml file, I can declare 2 nodes with different URLs and credentials without a problem.
Is there a way to do this in the code? Without creating 2 runtimes.
Copyright © 2021 Jogjafile Inc.
It is possible to do via properties wrapped in a module:
Alternatively for each DataNode in the Modeler you can set a custom "DataSource Factory", pointing it to your own Java class similar to this: