Hey Object-Oriented Web Developers,
Found a good prezo on OO design and web:
it's geared toward php but it applies to any language.
seems like having to store your objects in dbs seems to put a major damper on OO design!
my take: instead of having 2 schemas, you go with the db schema in the db and the code. so much for all that OO modeling and OO design stuff...
any opinions on this topic??
Dennis