Just from the description you gave it is likely that OJB would help solve a lot of your problems, but I am not sure without details.

By "import" do you mean use multiple datasources for the application to materialize the same type of object, or do you mean import data from one schema (in database one) into database two, using database two's schema. I think you mean the first situation -- and can say with a definite yes that OJB can work well for you. You will need to be careful about object relationships across datasource boundaries... hmm, fun problem.

-Brian


On Thursday, October 16, 2003, at 04:06 AM, Christian Plate wrote:



Hi!


After much reading i'm still not quite sure if OJB is the right
solution for our problem.

We have an existing Objectmodel and underlying Database. Now we
want to import data from other Datasources. These Datasources have
different Structures. So we thought it would be a good idea to find a
generic solution. The specification of a mapping through XML is
excactly what we need.

My Question is if OJB is the right solution for this
'Import-Scenario'. Should i look for something different?

Thanks in advance!

Christian Plate





--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to