Discussion:
Compatibility of CORBA implementations
(too old to reply)
Martin B.
2011-10-10 08:40:06 UTC
Permalink
Hi there!

I found this SO question:

http://stackoverflow.com/questions/2287365/compatibility-of-corba-implementations

++ quote ++
As far as I know there were problems with incompatible CORBA
implementations in the past resulting from different interpretations of
the specification. How is the situation today? Can I expect two
different implementations to interact without problems?
++ /quote ++

quite nice and simple. (Simplistic?)

It has been asked quite a while back, but I think it still poses a valid
question.

cheers,
Martin
--
I'm here to learn, you know.
Just waiting for someone,
to jump from the shadows,
telling me why I'm wrong.
Johnny Willemsen
2011-10-10 11:06:35 UTC
Permalink
Hi,

CORBA vendors have worked hard in the past to improve compatibility.
ORBs will community with each order but there could always be corner
cases that cause problems, something you just would have to test.

Johnny
Post by Martin B.
Hi there!
http://stackoverflow.com/questions/2287365/compatibility-of-corba-implementations
++ quote ++
As far as I know there were problems with incompatible CORBA
implementations in the past resulting from different interpretations of
the specification. How is the situation today? Can I expect two
different implementations to interact without problems?
++ /quote ++
quite nice and simple. (Simplistic?)
It has been asked quite a while back, but I think it still poses a valid
question.
cheers,
Martin
Martin B.
2011-10-11 10:54:11 UTC
Permalink
Post by Johnny Willemsen
Post by Martin B.
Hi there!
http://stackoverflow.com/questions/2287365/compatibility-of-corba-implementations
++ quote ++
As far as I know there were problems with incompatible CORBA
implementations in the past resulting from different interpretations of
the specification. How is the situation today? Can I expect two
different implementations to interact without problems?
++ /quote ++
quite nice and simple. (Simplistic?)
It has been asked quite a while back, but I think it still poses a valid
question.
Hi,
CORBA vendors have worked hard in the past to improve compatibility.
ORBs will community with each order but there could always be corner
cases that cause problems, something you just would have to test.
I just found this interesting because all CORBA exposure I had in the
last few years was to recent omniORB/C++ versions (and a little bit of
Java servers). So I really couldn't tell if there are any *significant*,
*known* problems *today* as I'm not really using different ORBs.

Since you guys at Remedy probably would be more exposed to this and you
didn't mention any specifics, I guess it's not really an issue today.

cheers,
Martin
--
I'm here to learn, you know.
Just waiting for someone,
to jump from the shadows,
telling me why I'm wrong.
Loading...