[Zope] Custom Repository for Storing Objects
Dieter Maurer
dieter@handshake.de
Fri, 10 Jan 2003 21:30:52 +0100
Sameer Maggon wrote at 2003-1-10 16:15 -0800:
> Thanx for the reply, but are there any pointers for performing this
> operation. Like how can I completely override the object creation in Zope
> and create objects directly in my Repository. And how would zope understand
> it and dispkay in its view.
>
> I think there are lot of products for customizing the user managemnet part
> of Zope. So I think that part can be accomplished with some small work
> (creating some abstractions).
I suggested to look at the way Zope itegrates with Relational Databases.
There are HowTos on Zope.org. Search for "database adapter".
Dieter