Re: Is this too much OOP?



Frans Bouma a écrit :
Bruno Desthuilliers wrote:


In a lot of RDBMS based applications, most of the logic is really in
the database itself, and the application is mostly a user interface -


err... am I suddenly reading comp.databases.theory again? :X

Nope, it's comp.object here. Using OO doesn't imply having a full blown OO domain model, and there are lot of apps that really don't require it.

Just because DBA's are worried about their job and try to tell
everyone how evil it is to place DB oriented logic OUTSIDE the DB
doesn't make their vision a valuable one.

Just because OO programmers/designers/whatever are worried about their job etc...


which can in itself be somewhat more complex than the RBBMS based
part !-)


if the majority of the logic

implied -> domain logic

is in the RDBMS, how can the code on top
of it still be more complex?

Anyone having some experience with small business apps - specially web-based ones - will surely know the answer.
.



Relevant Pages

  • Re: Stategy for (Large?) 16bit COBOL code conversion to Net Express
    ... Express and Visual studio 2005 loaded on a Windows 2003 Terminal server. ... database and GUI, respectively. ... have the business logic on Unix and the user interface on Windows. ... By the same token, they don't judge a system by its browser security, either. ...
    (comp.lang.cobol)
  • Re: Application Speed Problem - VERY weird
    ... MDE front ends not MDB ... If the DB is reading in a lot of records, ... The data is linked with the standard Access "link ... add that we have only ever used the database on Access 2K. ...
    (microsoft.public.access.tablesdbdesign)
  • Re: maximum records in form view
    ... Form view are different formats for the user interface; ... in tables that you can open from the database window (the box that shows up ... query that doesn't return all the rows or it has a filter applied. ... you get all expected rows then the form must have a filter aplied to it. ...
    (microsoft.public.access.gettingstarted)
  • Re: Help with calculations in a query
    ... Well, Richard, I'll tell you what I do know. ... I do know that I've tried various approaches to solving many database ... deletes the row containing the previous day's reading? ... Lets say that I created an extra field in my table for each meter ...
    (microsoft.public.access.queries)
  • Re: using files with java
    ... >> Basically all you need is a File object and print and read Streams, ... > Are you trying to build a database in Java? ... > reading and PrintWriter, BufferedOutputStream, and FileOutputStream for ... Serialization is okay...commonly used in clustering, ...
    (comp.lang.java.programmer)