Re: The wisdom of the object mentors (Was: Searching OO Associations with RDBMS Persistence Models)
- From: Robert Martin <unclebob@xxxxxxxxxxxxxxxx>
- Date: Wed, 31 May 2006 15:23:24 -0500
On 2006-05-31 11:28:08 -0500, frebe73@xxxxxxxxx said:
I am afraid you are not talking about JDBC/ADO/ODBC as an abstract
interface. Making custom abstract interfaces for every application is a
very clumsy an inefficient way to achieve vendor independence. If you
don't think an interface such as JDBC gives you vendor independence,
use another generic interface on top.
You get vendor indpendence with JDBC, ODBC. What you don't get is independence from the relational model. I want that too. I don't want my application to have to know that there are tables here, and tables there, and relationship tables that bind them together.
--
Robert C. Martin (Uncle Bob) | email: unclebob@xxxxxxxxxxxxxxxx
Object Mentor Inc. | blog: www.butunclebob.com
The Agile Transition Experts | web: www.objectmentor.com
800-338-6716 |
.
- References:
- Re: The wisdom of the object mentors (Was: Searching OO Associations with RDBMS Persistence Models)
- From: bruno at modulix
- Re: The wisdom of the object mentors (Was: Searching OO Associations with RDBMS Persistence Models)
- From: Ed Kirwan
- Re: The wisdom of the object mentors (Was: Searching OO Associations with RDBMS Persistence Models)
- From: Robert Martin
- Re: The wisdom of the object mentors (Was: Searching OO Associations with RDBMS Persistence Models)
- From: frebe73
- Re: The wisdom of the object mentors (Was: Searching OO Associations with RDBMS Persistence Models)
- Prev by Date: Re: The wisdom of the object mentors (Was: Searching OO Associations with RDBMS Persistence Models)
- Next by Date: Re: The wisdom of the object mentors (Was: Searching OO Associations with RDBMS Persistence Models)
- Previous by thread: Re: The wisdom of the object mentors (Was: Searching OO Associations with RDBMS Persistence Models)
- Next by thread: Re: The wisdom of the object mentors (Was: Searching OO Associations with RDBMS Persistence Models)
- Index(es):
Relevant Pages
|