jvanzyl     01/08/02 20:01:44

  Modified:    .        NOTES
  Log:
  
  
  Revision  Changes    Path
  1.3       +15 -0     jakarta-turbine-torque/NOTES
  
  Index: NOTES
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/NOTES,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- NOTES     2001/08/02 13:26:16     1.2
  +++ NOTES     2001/08/03 03:01:44     1.3
  @@ -38,3 +38,18 @@
     
   o separate the runtime system from the generation tools, place
     them in different packages.
  +
  +o using cursors to allow controlled access to a large set
  +  of data. typically there is no need to see a massive
  +  set of records all at once.
  +  
  +o using proxies for large objects. if you had a user object
  +  that had 50 attributes it would more efficient to create
  +  a proxy object of that user that might have a few attributes,
  +  enough to identify the object. you might use the proxy
  +  objects in a list and when it is selected the real user
  +  object is transparently retrieved.
  +  
  +o would it be possible to support native connection methods
  +  for high efficiency. an easy to access C APIs, would it
  +  even be useful?
  
  
  

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

Reply via email to