You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Adrian Crum <ad...@hlmksw.com> on 2007/04/19 18:51:57 UTC

Re: Some questions...

Jorge S. AlanĂ­s Garza wrote:
> 1. I need to interface the ecommerce site with other tables (in Postgres) of another web application. I hoped to find the sql queries, but found that there is another layer in between (entity). Can you guide me with an easy example of what files are involved in the database process of ofbiz..... and how do you define either reading or writing to a postgres table ?.

You will have to create an entitydef folder in the eCommerce component, then 
create the entitygroup.xml and entitymodel.xml files for the non-OFBiz tables. 
Use an existing non-eCommerce component as a guide.