Re: The wisdom of the object mentors (Was: Searching OO Associations with RDBMS Persistence Models)
- From: bruno at modulix <onurb@xxxxxxxxxxx>
- Date: Tue, 30 May 2006 10:40:15 +0200
U-gene wrote:
IMHO these guys confuse problems " interaction between programms and
DBMS" with problems "objects and(or, vs., * etc. mark what you need)
relations". The first problem is technological and may be
methodological but the second one is only logical and mathematical. The
reason of this confising is that most of programs are OO and most of
DBMS are "relational"( i mean SQL) today and many persons do not try to
unerstand difference betwee these two kind of problems.
Nope. The problem is that some persons here are truly hard-core RDBMS
fanatics and and absolutely unable to understand that there's a life
outside RDBMS. RDBMS are really great for some things, and just suck for
some other things.
Both positions ('everything must go to the RDBMS' vs 'the RDBMS is just
a low-level storage') are wrong IMHO - as always, it's a matter of
choosing the right tool for the job.
--
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in 'onurb@xxxxxxxxxxx'.split('@')])"
.
- Follow-Ups:
- 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: Ed Kirwan
- 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: 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: Instance Methods vs. static methods in serialization
- Next by thread: Re: The wisdom of the object mentors (Was: Searching OO Associations with RDBMS Persistence Models)
- Index(es):
Relevant Pages
|