I'm 99.999999% sure that the Sun ORB does not sup****t bi-directional
GIOP, especially after reading this on the Sun website:
http://java.sun.com/j2se/1.5.0/docs/guide/idl/compliance.html
"CORBA 2.3.1 chapters 13 and 15 define GIOP 1.0, 1.1, and 1.2. The J2SE
5.0 ORB fully sup****ts all versions of GIOP, with the exception that the
bi-directional GIOP feature defined in sections 15.8 and 15.9 is not
sup****ted."
Java 6 also does not sup****t it (although given that it is now open
source, some ambitious developer could provide that):
http://java.sun.com/javase/6/docs/api/org/omg/CORBA/doc-files/compliance.html
I'm not sure why they haven't implemented this in the JDK's ORB
(obviously they are not that serious about sup****ting it in comparison
to the much slower and bloated web services "technologies" that requires
much more hardware to run), so I'd go with the far superior JacORB
implementation. (Thanks to the JacORB development team! It is great to
have choices isn't it....)
Andrea Venturoli wrote:
> Hello.
> I'm developping a client-server application and I will need to initiate
> connections only from the client side.
> I've tried setting up bidirectional operations, but failed to do so
> until I switched to JacORB.
> Does the standard JRE Sun ORB sup****t this?
> In case it does, is there any example/tutorial/how-to?
>
> bye & Thanks
> av.


|