jvanzyl     01/08/02 20:39:03

  Modified:    .        NOTES
  Log:
  
  
  Revision  Changes    Path
  1.4       +9 -0      jakarta-turbine-torque/NOTES
  
  Index: NOTES
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/NOTES,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- NOTES     2001/08/03 03:01:44     1.3
  +++ NOTES     2001/08/03 03:39:03     1.4
  @@ -53,3 +53,12 @@
   o would it be possible to support native connection methods
     for high efficiency. an easy to access C APIs, would it
     even be useful?
  +
  +o application programmers should be able to save, update, and
  +  delete objects without any knowledge of the database schema.
  +  if the attribute selection is based on columns in tables than
  +  the object hierarchy and database schema cannot vary
  +  independently. it is likely that the database schema may need
  +  to change but you don't want this to affect application
  +  programmers who may know little about databases. reasonably
  +  so, the persistence layer should take care of everything.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to