> For example customer information such as address, > name etc and all consisting of about 20 tables and about a total of 140 > columns
Sure. Just remember Jackrabbit / JCR is not a (traditional SQL) database. The structure how you store data will be different: there are no 'tables' (however the concept 'node type' comes close) and no 'columns' (those are called properties). Thomas
