Re: The wisdom of the object mentors (Was: Searching OO Associations with RDBMS Persistence Models)



Good points, but then, this is an OO-list.

The title of the original post is "Searching OO Associations with RDBMS
Persistence Models)". The subject is not completely inside the OO
domain and I think the discussion needs some people with RDBMS
competence too. Otherwise you have to encurage the original poster to
find another forum.

don't just say, "OO is crap. Procedural programming/UML/assembler/whatever is just
better, and if you can't see that, then you're stupid."
I didn't said that. I said: "OO are really great for some things..."

Fredrik Bertilsson
http://frebe.php0h.com

.



Relevant Pages

  • Re: Relational database & OO
    ... Actually a program is all about storing, because you store ... An ORM framework sitting on top of an RDBMS ... persistence, you're talking about the means by which data is moved to a ... example of inappropriately re-implementing the data management features ...
    (comp.object)
  • Re: Relational database & OO
    ... pretty sure I've read plenty of talk about 'storing' data in a stack, ... Actually a program is all about storing, because you store ... 'persistence' evokes very different concepts in my mind and in yours, ... Everybody with a solid background using RDBMS knows that a RDBMS is ...
    (comp.object)
  • Re: Relational database & OO
    ... data to a persistence storage medium. ... using the features already provided by the RDBMS, ... Caching is the second issue. ...
    (comp.object)
  • Re: Searching OO Associations with RDBMS Persistence Models
    ... no idea of how a person will be persisted on disk (flat files, indexes, ... It may not be persisted at all (all-in-RAM database). ... persistence is not needed, the query and transaction features of a ... RDBMS would still be useful. ...
    (comp.object)
  • Re: Relational database & OO
    ... but completely orthogonal to persistence. ... and that an RDBMS does a lot more than just store data. ... A all-in-RAM database would not write ... If your application only needs flat files, a database is overkill. ...
    (comp.object)