Hi guys, we have a situation where we need to access to two(or more) oracle and one ms-sql database and read/write data from/to this databases at the same time.
I see that datanucleus supports (to some degree) JDO data federation http://www.datanucleus.org/products/datanucleus/jdo/data_federation.html so this could be the way. My question is, how to integrate this feature into Isis config files and how to use it. It would be enough if I still use container (DomainObjectContainer) for single database, but I need to read/write data somehow to another databases as well - so this another DB's are kind of backend systems... Thanks Vladimir Nisevic
