Top "Corba" questions

CORBA is an object-oriented middleware standard, defined by the OMG.

What is the difference between RMI and Corba?

Possible Duplicate: RMI and CORBA Differences? What is the difference between RMI and Corba?

rmi corba
Issues with CORBA communication

This maybe too localized, but I am hoping someone can help me articulate my questions properly. So, we have a …

java linux solaris corba
what is the reason for "org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 208 completed: Maybe" error in my java corba chat application

I have been trying to run a java corba chat application ref:-https://github.com/ehl/TalkCat In that when …

java chat corba
What is an IOR file, what does it do, and how does it work?

I believe it is related to CORBA in some way (I'm not sure). I'm curious as to its function and …

java corba
Is CORBA legacy?

For a distributed computing project starting today, with 0 legacy components, are there any good reasons to look into CORBA?

corba
Why has CORBA lost popularity?

I've never heard anyone speak of CORBA in anything but derisive terms which is odd considering that 10+ years ago it …

corba
How to use Corba with Python

I'm wondering if anyone have a good resource for working with Corba in Python? I've googled around and saw that …

python corba
CORBA VS Webservices

Why WebServices took advantage over CORBA ?

java web-services corba
Is there a replacement library for CORBA in JDK 11

JDK-11 will remove a lot of older parts of the JDK (JEP-320). For some of them (e.g. JAXB) functionality …

java corba java-module java-11
org.omg.CORBA.OBJECT_NOT_EXIST when trying to get the root naming context "NameService"

I'm trying to create a java client/server application that uses CORBA to interact. I followed this example and was …

java jakarta-ee corba omniorb