Discussion:
[omniORB] OmniORB and Java
Abhishek Singhal
2009-01-07 17:29:31 UTC
Permalink
Hello,

I want to run the following two scenarios:-

Case I:

Client(C++) <-------> Naming Service <---------> Server(Java)

I am using OmniORB on client side and Orbix on server side. Is it possible
to interact with different ORB on the other end.

Case II:

Client(Java) <-------> Naming Service <---------> Server(C++/Java)

I want to keep the ORB's same for the client as Omni and Orbix for server.
Is it possible to generate java files using Omni and use it on the client
side?

It would be great if you could guide me on this.


With Best Regards,
Abhishek Singhal
"Reduce Recycle Reuse"




*****************************************************DISCLAIMER*****************************************************

This message and/or attachment(s) contained here are confidential, proprietary to HUGHES SYSTIQUE and its customers.
Contents may be privileged or otherwise protected by law. The information is solely intended for the entity it is
addressed to. If you are not the intended recipient of this message, it is strictly prohibited to read, forward,
print, retain, copy or disseminate this message or any part of it. If you have received this e-mail in error,
please notify the sender immediately and delete the message.

********************************************************************************************************************

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20090107/6a05e0c1/attachment.htm
Duncan Grisby
2009-01-07 20:02:05 UTC
Permalink
Post by Abhishek Singhal
I want to run the following two scenarios:-
Client(C++) <-------> Naming Service <---------> Server(Java)
Clients don't talk to servers _through_ the naming service. It's more
like this:

Naming Service
/ \
/ \
Client(C++) <---------> Server(Java)
Post by Abhishek Singhal
I am using OmniORB on client side and Orbix on server side. Is it possible to
interact with different ORB on the other end.
Yes, omniORB and Orbix will interoperate just fine.
Post by Abhishek Singhal
Client(Java) <-------> Naming Service <---------> Server(C++/Java)
I want to keep the ORB's same for the client as Omni and Orbix for server. Is
it possible to generate java files using Omni and use it on the client side?
No, omniORB is just for C++ code. But the whole point of CORBA is that
different CORBA implementations interoperate, so there's no problem.

Cheers,

Duncan.
--
-- Duncan Grisby --
-- ***@grisby.org --
-- http://www.grisby.org --
Loading...