I'm a newbie to xPages but not to Notes. I'm trying to change my thinking to more of a relational schema with this application I'm writing but I would like to verify my architecture with experienced xPagers. Here's my scenario. Tell me whether I'm on the right track or if there's a better way to do this...
I'm programming a product order system. I'm getting Product and Customer information on a mainframe export so I have separate databases that contain the Customer data and the Product Catalog. I have a third database for orders. I'm thinking I have to have two data sources in the Order DB on my order xPage, one for Customer data, one for Product data. Then a third data source for the item repeat control from a form in the order DB. Am I thinking right?