Hi, I'm new to the list. Forgive me if any of these questions have been asked before (couldn't find archives).
Is using Coldspring and Reactor in the same app nothing more than creating the ReactorFactory through Coldspring, and using that to access simple objects, while still going directly to Coldspring for the more complex ones? Is it true that every separate database requires its own XML config file and instance of ReactorFactory? If that's the case, doesn't that introduce an unnecessary requirement for the app to know a database implementation detail? Thank you for your time, Baz

