hi.
I've been writing objects using Java and C++ for a while now and have been
running into the same problem repeatedly.
Can someone point me to some books, reference materials, code, anything
that cleanly separates the idea of object persistence from the objects. I
don't think that my JDBC calls should be within the object but I don't
really know of another way to do it.
Also, are people using JDBC to map relational database information to
objects or is everyone just using the result set object that is passed
back? Are their any tools for doing this sort of mapping? (Do they
support relationships, etc...)
It comes down to the fact that I just want to write cleaner code, and I'm
not sure quite how. Any help would be immensely appreciated. Thanks in
advance!
Jason
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".