What the hell is objectivied relational mapping? Can anyone point me to
references? I've Googled, but nothing. My client insists that the db act as
an object broker. What does this mean?
Thanks in advance...
Evan
Bob Badour - 09 Jun 2008 20:47 GMT
> What the hell is objectivied relational mapping? Can anyone point me to
> references? I've Googled, but nothing. My client insists that the db act as
> an object broker. What does this mean?
> Thanks in advance...
>
> Evan
Search on CORBA and ORB and ODBMS.
Why does your client insist on anything so stupid?
Evan Keel - 09 Jun 2008 21:07 GMT
> > What the hell is objectivied relational mapping? Can anyone point me to
> > references? I've Googled, but nothing. My client insists that the db act as
[quoted text clipped - 6 lines]
>
> Why does your client insist on anything so stupid?
I just got the email this morning. So before I respond I need to know what
the heck objectivied relational mapping is. Is it really stupid? Thanks
Bob for the Googel search terms..
Bob Badour - 09 Jun 2008 21:31 GMT
>>>What the hell is objectivied relational mapping? Can anyone point me to
>>>references? I've Googled, but nothing. My client insists that the db act as
[quoted text clipped - 10 lines]
> the heck objectivied relational mapping is. Is it really stupid? Thanks
> Bob for the Googel search terms..
It is mostly the impetus for D & D to articulate the Two Great Blunders.
Evan Keel - 09 Jun 2008 21:34 GMT
> >>>What the hell is objectivied relational mapping? Can anyone point me to
> >>>references? I've Googled, but nothing. My client insists that the db act as
[quoted text clipped - 12 lines]
>
> It is mostly the impetus for D & D to articulate the Two Great Blunders.
I know Date. Who is the other D? Darwin?
Bob Badour - 09 Jun 2008 22:16 GMT
>>>>>What the hell is objectivied relational mapping? Can anyone point me to
>>>>>references? I've Googled, but nothing. My client insists that the db
[quoted text clipped - 23 lines]
>
> I know Date. Who is the other D? Darwin?
yes, Hugh Darwen
See _The Third Manifesto_
When folks reference D&D around here, they usually mean TTM; even
though, the two have collaborated on a lot of other works.
Marshall - 10 Jun 2008 06:09 GMT
> What the hell is objectivied relational mapping?
I can state with a fairly high degree of confidence that there is
no such thing; that exact term probably was first typed in when
your client sent you that email; or perhaps when you typed you
question.
I can also state with a fairly high degree of confidence that
what the term is supposed to be is "object/relational mapping."
That is, simply that ol' voodoo that lets OO programmers
avoid learning anything while taking very poor advantage of
a relational dbms.
Marshall
Cimode - 10 Jun 2008 11:55 GMT
> What the hell is objectivied relational mapping?
One of the numerous disease that plagues database management.
> Evan
Evan Keel - 10 Jun 2008 14:38 GMT
> What the hell is objectivied relational mapping? Can anyone point me to
> references? I've Googled, but nothing. My client insists that the db act as
> an object broker. What does this mean?
> Thanks in advance...
>
> Evan
Thanks for the responses. UGH!. I have turned down the project.
Evan
paul c - 12 Jun 2008 17:11 GMT
>> What the hell is objectivied relational mapping? Can anyone point me to
>> references? I've Googled, but nothing. My client insists that the db act
[quoted text clipped - 7 lines]
>
> Evan
Run, don't walk!
I have the impression that some or all of the original motivation for
the 'object broker' movement had to do with physical problems, such as a
desire for remote execution. Also that much of the delay in bringing
out the 'open-source' mozilla, eg., firefox, had to do with
underestimating the effort to give it a portable programming interface.
(I saw a couple of projects go awry because they assumed one or two
developers could take care of all portability issues.) Interested to
hear comments, especially as to how this movement might pertain to db
engines.