Castor or any other O/R Mapper is the fastest way to have something done. Late you can optimize 10% of your code using JDBC. You will need it anyway. Just compare how much you need to write sql code just to insert something into database.
Ilia --- <[EMAIL PROTECTED]> wrote: > You think it was more trouble to use views on the > schema and use > Castor or just write JDBC. > > Thank you. > > ----- Original Message ----- > From: Martin, Margaret > Sent: 7/2/2002 3:19:21 PM > To: [EMAIL PROTECTED] > Subject: Re: [castor-dev] Castor used in the real > world? > > > Tony, > > I have similar restrictions in that I've been > building a solution for a > > pre-existing schema that I can't change very much. > Views helped enormously. > > > > hth - > > Margaret > > ----------------------------------------------------------- > > If you wish to unsubscribe from this mailing, send > mail to > [EMAIL PROTECTED] with a subject of: > unsubscribe castor-dev > __________________________________________________ Do You Yahoo!? Sign up for SBC Yahoo! Dial - First Month Free http://sbc.yahoo.com ----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [EMAIL PROTECTED] with a subject of: unsubscribe castor-dev
