[Zope-dev] un-own an object
   
    Tim McLaughlin
     
    tim@BCSWebservices.net
       
    Mon, 16 Apr 2001 10:05:58 -0400
    
    
  
Maybe you should into them more.  I think that they are underappreciated in
the Zope world.  Very rapid dev (although slower performance).  A large part
of the Python dev that I am doing is geared to making ZClasses more
powerful.  take a look at some of my proposals.  The events in particular
make ZClasses much more powerful.  http://www.zope.org/Members/tmclaugh
We've been using the event model for ZClass dev very effectively here at
BCS.  I'll be posting the event code soon.
Tim
-----Original Message-----
From: Chris Withers [mailto:chrisw@nipltd.com]
Sent: Monday, April 16, 2001 9:37 AM
To: Tim McLaughlin
Subject: Re: [Zope-dev] un-own an object
Ah well :-S Never been much fo a ZClass fan myself, anyway :-S
good luck,
Chris
Tim McLaughlin wrote:
> 
> except for in my case the user itself is an instance of a ZClass  (see
> ZUserFolder).  so it seems an impasse.  I can do a goofy cut and paste and
> that will work, but it's definitely on the wacked side.
> 
> thanks,
> Tim
> 
> -----Original Message-----
> From: Chris Withers [mailto:chrisw@nipltd.com]
> Sent: Friday, April 13, 2001 5:30 PM
> To: Tim McLaughlin; 'R. David Murray'
> Cc: zope-dev@zope.org
> Subject: Re: [Zope-dev] un-own an object
> 
> > I meant create an instance of a ZClass owned by a user who no longer
> exists
> > (if my 'construct' word made no sense - haven't had coffee yet ;-) ).
> 
> Well, the other option is that you can create a user with the same name
and
> the manager role...
> 
> cheers,
> 
> Chris