using CosProperty (was: [Biocorba-l] BSANE and bioCORBA)
Antoine van Gelder
antoine@egenetics.com
01 Jun 2001 10:16:07 +0200
antoine[1] jumps into the fray unannounced:
On 31 May 2001 23:18:48 +0100, Martin Senger wrote:
> > I am definately on Ewan's side here -- I *really* don't want to have
> > to implement these services in python
> >
> Let me clarify this. You do _not_ need to implement any property
> service - even if it is used - but it isn't. The BSA (and I guess BSANE
> may as well) uses very small part defined in the CosProperty specification
> (just a struct for a name-value pair)
If I understand you correctly, then you are proposing to only use:
typedef string PropertyName;
struct Property {
PropertyName property_name;
any property_value;
};
No PropertySet, PropertySetFactory, none of the iterators etc. ?
If this is the case then I see absolutely no negative effects except the
distinct possiblity that this could be an evil and subtle OMG plot to
inch us closer to implementing the whole of Cos* one teensy bit at a
time ;>
- a
[1] Hi, I'm from Electric Genetics - some of you may know me from last
years ISMB, we do CORBA too, our idl sucks, we're busy moving over to
supporting whatever comes out of the BioCORBA / BSANE debacle.