[Zope3-Users] Re: Splitting ZODB ?
    Jim Fulton 
    jim at zope.com
       
    Mon Jun 26 06:39:26 EDT 2006
    
    
  
On Jun 26, 2006, at 6:17 AM, Chris Withers wrote:
> Jim Fulton wrote:
>> The default Zope 3 configurations still organizes objects into a  
>> tree.
>> Path identifiers are no longer used.
>
> How do you now uniquely identify an object?
First, you usually don't need an independent unique id for an
object, since direct object references work much better in
Zope 3 than they do in Zope 2.
If you do need a separate identifier of some kind, you can
use a key reference or use an integer id from an intid utlity,
which simply assigns integers to key references.
Jim
--
Jim Fulton			mailto:jim at zope.com		Python Powered!
CTO 				(540) 361-1714			http://www.python.org
Zope Corporation	http://www.zope.com		http://www.zope.org
    
    
More information about the Zope3-users
mailing list