in reply to Re: Mapping objects to database tables
in thread Mapping objects to database tables

Thanks Perrin

That link to Tanagram::Relational::Mappings was very useful indeed - providing a list of the pros and cons of the models I described above. Thanks for that.

The Martin Fowler book Patterns of Enterprise Application Architecture looks interesting - think I'll give it a read. As somebody with almost zero Java experience, would it be impenetrable or reasonably easy to map to Perl?

  • Comment on Re^2: Mapping objects to database tables

Replies are listed 'Best First'.
Re^3: Mapping objects to database tables
by perrin (Chancellor) on Nov 08, 2006 at 18:26 UTC
    The text of the book is pretty good, but the actual code examples will be hard to follow if you've never used Java. You can take a look at some sample writing from the book on Fowler's website.