Re: [vos-d] s5 vobject properties

2008-04-24 Thread Peter Amstutz
On Thu, Apr 24, 2008 at 11:39:01AM -0400, Reed Hedges wrote: > > Properties as child vobjects is too useful to get rid of I think. If > properties are always embedded, then you can't have two vobjects share > a property, which is one of the most important features of VOS. They > also can't be

Re: [vos-d] s5 vobject properties

2008-04-24 Thread Reed Hedges
In other words, I sort of imagined it like this: class Entity { handleMessage(); set parents; string url; } class Link { string cname; int pos; Entity *child; Entity *parent; } class Vobject : Entity { list children; vector embeddedProperties; list components; etc. }

Re: [vos-d] s5 vobject properties

2008-04-24 Thread Reed Hedges
Properties as child vobjects is too useful to get rid of I think. If properties are always embedded, then you can't have two vobjects share a property, which is one of the most important features of VOS. They also can't be remote for whatever reason, and you can't use the normal Vobject/Metaobj