This one time, at band camp, Francisco Hernandez said:

FH>what is the proper way of using Castor JDO in servlets?
FH>
FH>right now im basically doing all the mapping file and database file loading
FH>in every different servlet
FH>
FH>should i put my Database object into the application scope? or what other
FH>strategy do you guys use?

Francisco,

I just build a standard Java object model that is used by the servlet
to display data. I create a class to wrap getting a database
connection and JDO object and the object model uses that.

Bruce
--

perl -e 'print unpack("u30","<0G)U8V4\@4VYY9&5R\"F9E<G)E=\$\!F<FEI+F-O;0\`\`");'

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to