As i know CORBA is used to maintain interoperability in distributed systems by acting in middle. What i want to know is, is CORBA a language which has its own synta开发者_StackOverflow中文版x of cod
I am using EclipseCORBA, but mostly just for syntax highlighting. I\'m wondering if there is a way to turn off the IDL compiler. The reason being that it doesn\'t bring up valid errors in my IDL files
I\'m getting the bellow exception using openorbin osg开发者_开发问答i. I\'m using openorb-1.3.1.jar and jdk1.6.
I am a total newbie in CORBA. I have written a simple c++ CORBA CLIENT and a CORBA SERVER. I would like the client to ask a s开发者_JAVA技巧tatus from time to time from the server. However, I have no
Consider the very simple IDL code that specifies a base and derived interface in CORBA: module test{ interface Quote{
What exactly do in, out and inout 开发者_Python百科- \'directional\' operators mean in CORBA IDL function parameters?From Ciaran McHale\'s free online book, CORBA Explained Simply:
Let\'s say I have a null java.lang.Double (object) to pass through CORBA. CORBA doesn\'t accept null for the double primitive type, so I\'ll have to map it to another double (primitive) value.
This question is related to another question with which I have been struggling: How to access CORBA interface without IDL or late-bound invoke remoting methods
We have been using an SAP \"COM License Bridge\" to access their license server and query the hardware key of a system programatically (to reuse with out own licensing). This worked fine on SAP Busine
I´m communicating a standalone application with an EJB, if the server that holds the EJB is not turned on I receive a COMM_FAILURE like this one: