[ZODB-Dev] Re: Ape and retrieval of other zodb items

Rocky Burt rocky.burt at bricsnet.com
Tue May 13 15:31:32 EDT 2003


On Mon, 2003-05-12 at 17:51, Shane Hathaway wrote:
> Actually, when I first created AdaptableStorage I wired things up so 
> that the mapper came straight out of ZODB.  Configuring a mapper 
> required visiting the Zope management interface and adding serializers 
> and gateways (though they had different names at the time.)  The storage 
> had an independent connection to the database holding the mapper.  I 
> hope to do this again with Zope 3, but this time I won't have to mix web 
> presentation into otherwise simple classes.
> 
> Back then I also had to face the problem of keeping the mapper up to 
> date, so I created the "resource access" notion.  Right now only static 
> resource access is implemented in Ape, but we can bring back the ZODB 
> resource access code.

Ok... then I guess my next step is to learn how to setup another zodb
(read-only) connection to query the zclass information.

- Rocky




More information about the ZODB-Dev mailing list