We are using Database Views extensively to abstract complex tables in our model in a large J2EE project (around 100 tables, 25-30 Views) . Then we base our Objects against the Schema of Views by using OR tool. We are not using Castor for this though, as the Application Server we use ATG Dynamo, comes with a persistence abstraction mechanism called Repositories (Can be used to map Objects against RDBMS, LDAP, HTML, XML Files etc).
However, we do use Castor XML for marshalling and unmarshalling from XML from/to Java objects. We are actually quite happy with what we have used so far. regards - prabhu -----Original Message----- From: [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 03, 2002 2:45 AM To: [EMAIL PROTECTED] Subject: Re: [castor-dev] Castor used in the real world? Thanks for your input. I was thinking about going the view route but got frustrated and forgot about it. We're using Oracle 9i so we have everything you could think of database wise. Anyone else out there in CastorLand use views to help match the object model to the data model? Thanks again, Tony ----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [EMAIL PROTECTED] with a subject of: unsubscribe castor-dev ----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [EMAIL PROTECTED] with a subject of: unsubscribe castor-dev
