You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by fr...@apache.org on 2002/02/09 19:30:05 UTC

cvs commit: jakarta-commons-sandbox/simplestore PROPOSAL

froehlich    02/02/09 10:30:05

  Modified:    simplestore PROPOSAL
  Log:
  changed towards the approach now!
  
  Revision  Changes    Path
  1.10      +8 -16     jakarta-commons-sandbox/simplestore/PROPOSAL
  
  Index: PROPOSAL
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/simplestore/PROPOSAL,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- PROPOSAL	26 Jan 2002 17:29:54 -0000	1.9
  +++ PROPOSAL	9 Feb 2002 18:30:05 -0000	1.10
  @@ -2,29 +2,21 @@
     JAKARTA COMMONS  - SIMPLESTORE
   --------------------------------------------------------------------------
   
  -ABSTRACT:
  -The aim of simplestore is to provide some simple
  -and easy to integrate storing and swapping components for caching,
  -etc.
  +APPROACH:
  +1. Provide a simple and powerful interface to store objects, retrieve 
  +and remove them. The focus is on simple to integrate and fast in processing!
   
  -The focus is on simple to integrate and fast in processing! 
  -
  -NOTE:
  -I just merged the classes from the Cocoon project, they are not 100% ready
  -and there will be a lot of changes in the future. But -hey- that's
  -the sandbox.
  +2. Implement some realistic O/R framework which uses #1 for fast memory and
  +for i.e. a DB for persistence.
   
   TODO:
   - Implement some more meaningful test cases!
  -- Sample implementation for the Swap interface!
  -- Implement a more generic put(..) method. Like put(Map t). So it would
  -be possible to wrap around each Map based list SoftRefMemoryStore for
  -JVM and GC management.
  -- Implement more Jisp KeyObject wrappes, for i.e Integer and Long Keys
  -- Performance tuning
  +- Implement some realistic O/R framework!
   - and whatever you want to add
   
   Initial committers:
   
   Gerhard Froehlich (g-froehlich@gmx.de)
   Juozas Baliuka (baliuka@mwm.lt)
  +
  +$Id: PROPOSAL,v 1.10 2002/02/09 18:30:05 froehlich Exp $
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>