Advanced Perl Programming

Advanced Perl ProgrammingSearch this book
Previous: 11.3 ImplementationChapter 11
Implementing Object Persistence
Next: 12. Networking with Sockets
 

11.4 Resources

The following books and web sites have good treatments of object persistence:

  1. Object-Oriented Modeling and Design. James Rumbaugh, Michael Blaha, William Premerlani, Frederick Eddy, and William Lorensen. Prentice-Hall, 1991.

    An excellent treatment of implementing OO models in relational databases.

  2. Object Persistence. Roger Sessions. Prentice Hall, 1996.

    A discussion of the CORBA Persistence architecture. Interesting as much for the discussion of politics behind such committees, as the technical material.

  3. CORBA Persistence Service Specification, Object Management Group (OMG), at http://www.omg.org.

  4. PJava: Orthogonal Persistence for Java, at http://www.dcs.gla.ac.uk/pjava/. Look especially for the design paper entitled "Design Issues for Persistent Java: a Type-Safe, Object-Oriented, Orthogonally Persistent System."

  5. Object Database Management Group (ODMG): http://www.odmg.org.

  6. Taming C++: Pattern Classes and Persistence for Large Projects. Jiri Soukup. Addison-Wesley, 1994.

  7. "Equal Rights for Functional Objects, or, The More Things Change, The More They Are the Same." Henry Baker.

    This paper shows you that there's much more to object identity than meets the eye. Download from ftp://ftp.netcom.com/pub/hb/hbaker/ObjectIdentity.html.


Previous: 11.3 ImplementationAdvanced Perl ProgrammingNext: 12. Networking with Sockets
11.3 ImplementationBook Index12. Networking with Sockets

Library Navigation Links

Copyright © 2001 O'Reilly & Associates. All rights reserved.