>-----Original Message----- >From: Tom Klaasen (TeleRelay) [mailto:[EMAIL PROTECTED]] >Sent: Tuesday, January 15, 2002 6:06 PM >To: Jakarta Commons Developers List >Subject: RE: [simplestore] inital check in > > >> -----Original Message----- >> From: Juozas Baliuka [mailto:[EMAIL PROTECTED]] >> Sent: dinsdag 15 januari 2002 18:37 >> To: Jakarta Commons Developers List >> Subject: RE: [simplestore] inital check in >> >> >> Hi, >> I think simple store is too simple :). >> I see some things to do for simple store. >[...] >> 4. Ability to register and call stored procedures on sorage : >> registerProcedure(String alias,ProcedureDescriptor p); >> Object retValueOrValues = call(alias,paramArray); > >A Cache should not be responsible for storing, should it? Then it isn't >a cache, but a DB... >And even if you're going to do this, make a clean separation between the >cache and the persistency layer (do not assume it is a database. It can >be a filesystem, or a WebDAV system, or a Jisp system, ...) > >I'm not even sure what you're going to do with this stored procedure... > > >Just giving my opinion, as I'm looking for a decent cache for some time >now and I'm considering using simplestore.
+10 with you here. Maybe we should rename it into simplecache. Gerhard "God put me on this Earth to accomplish a certain number of things. Right now, I am so far behind I shall never die." -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
