Re: [ZODB-Dev] Re: getting the object ID (_p_oid attribute)

2006-06-26 Thread Robert Gravina
def __eq__(self, other): if isinstance(other, name of my class): if hasattr(other,_p_oid) and other._p_oid != None and (other._p_oid == self._p_oid): return True else: return False and now can compare objects for equality

[ZODB-Dev] ZEO for GUI applications

2007-03-29 Thread Robert Gravina
Hello ZODB developers! I think I asked something like this a very long time ago, but I'd like to ask again, in case anything has changed. Here's my question in a short and long version: short version: Is anyone using ZEO to build mutliuser networked applications outside of Zope? longer

Re: [ZODB-Dev] ZEO for GUI applications

2007-03-29 Thread Robert Gravina
On Mar 30, 2007, at 5:24 AM, Rodrigo Senra wrote: [ Robert Gravina ]: |short version: | |Is anyone using ZEO to build mutliuser networked applications outside |of Zope? Well, I have developed a trivial in-house desktop-based employee activity control (Argh!) a couple of years ago

Re: [ZODB-Dev] ZEO for GUI applications

2007-03-30 Thread Robert Gravina
On Mar 30, 2007, at 5:55 AM, Robert Gravina wrote: On Mar 30, 2007, at 5:24 AM, Rodrigo Senra wrote: That is precisely what I did in the first example I have mentioned, and it worked just fine. Just responding to this thread again to ask if anyone has used ZEO as the basis

Re: [ZODB-Dev] ZEO for GUI applications

2007-03-31 Thread Robert Gravina
On Mar 31, 2007, at 10:32 PM, Stephan Richter wrote: On Thursday 29 March 2007 15:14, Robert Gravina wrote: Is anyone using ZEO to build mutliuser networked applications outside of Zope? Uwe Oestermeier and his team built Bebop. While the server component uses Zope 3, it uses a full

Re: [ZODB-Dev] ZEO for GUI applications

2007-03-31 Thread Robert Gravina
On Mar 31, 2007, at 11:13 PM, Robert Gravina wrote: On Mar 31, 2007, at 10:32 PM, Stephan Richter wrote: On Thursday 29 March 2007 15:14, Robert Gravina wrote: Is anyone using ZEO to build mutliuser networked applications outside of Zope? Uwe Oestermeier and his team built Bebop. While

Re: [ZODB-Dev] ZEO for GUI applications

2007-03-31 Thread Robert Gravina
On Mar 31, 2007, at 11:41 PM, Robert Gravina wrote: On Mar 31, 2007, at 11:13 PM, Robert Gravina wrote: On Mar 31, 2007, at 10:32 PM, Stephan Richter wrote: On Thursday 29 March 2007 15:14, Robert Gravina wrote: Is anyone using ZEO to build mutliuser networked applications outside