Dealing with different databases

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Dealing with different databases

vivtops86
This post was updated on .
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: Dealing with different databases

BJ Freeman
1) create a data source
2)https://demo-trunk.ofbiz.apache.org/webtools/control/view/ModelInduceFromDb
3)clean up entities created
4)define a delegator to access data source
5)write a minilanq script that read the legacy system and maps to ofbiz
ans store.

vivtops86 sent the following on 8/2/2010 9:50 PM:

>
> Hi,
>    I intend to develop a 'deals' site which lists products from different
> sites. Those sites might be using different database and also might not be
> using ofbiz. So the database structure of that site will be different.But i
> need to query the product from that site.How could i deal with this
> situation?
>
> Thanks
> Vivek
Reply | Threaded
Open this post in threaded view
|

Re: Dealing with different databases

BJ Freeman
https://cwiki.apache.org/confluence/display/OFBIZ/Handling+of+External+data

BJ Freeman sent the following on 8/2/2010 10:32 PM:

> 1) create a data source
> 2)https://demo-trunk.ofbiz.apache.org/webtools/control/view/ModelInduceFromDb
>
> 3)clean up entities created
> 4)define a delegator to access data source
> 5)write a minilanq script that read the legacy system and maps to ofbiz
> ans store.
>
> vivtops86 sent the following on 8/2/2010 9:50 PM:
>>
>> Hi,
>> I intend to develop a 'deals' site which lists products from different
>> sites. Those sites might be using different database and also might
>> not be
>> using ofbiz. So the database structure of that site will be
>> different.But i
>> need to query the product from that site.How could i deal with this
>> situation?
>>
>> Thanks
>> Vivek
>