corba
Is CORBA a language?
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[详细]
2023-03-21 00:50 分类:问答EclipseCORBA without compilation?
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[详细]
2023-03-16 09:47 分类:问答openorb and jdk conflict in OSGI
I\'m getting the bellow exception using openorbin osg开发者_开发问答i. I\'m using openorb-1.3.1.jar and jdk1.6.[详细]
2023-03-15 12:13 分类:问答CORBA : how does client poll from server?
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[详细]
2023-03-15 01:43 分类:问答Middleware (e.g. CORBA) - Inheritence of Object Members. Is it possible?
Consider the very simple IDL code that specifies a base and derived interface in CORBA: module test{ interface Quote{[详细]
2023-03-11 07:56 分类:问答CORBA IDL in, out and inout
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:[详细]
2023-03-10 18:51 分类:问答Representing a null java.lang.Double in CORBA?
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.[详细]
2023-03-08 00:33 分类:问答How to specify a CodeSet for WChar string from a CORBA client
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[详细]
2023-03-06 23:16 分类:问答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[详细]
2023-03-06 17:41 分类:问答Unable to catch COMM_FAILURE exception (java)
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:[详细]
2023-03-05 07:22 分类:问答