Description:
OMG CORBA standard.
|
|
|
RMI server
|
| |
hi, I have an RMI server thats up in running, everything is java, client and server. nothing is defined in IDL. My java client gets its server reference from the (TAO) name service and invokes problem free. I want to write a c++ client that connects to the same service and invokes methods on it. There's no IDL, no poa exposed, so I don't... more »
|
|
CORBA + vbscript ?
|
| |
Hi all. I'm faced with the problem that we would like to move away from COM as the communication layer. The C++ and Python parts are covered, however we have a significant amount of users that connect via vbscript/ActiveX, and we can't just tell them to learn Python or Ruby :-) I couldn't find anything useful on omg.org or... more »
|
|
Li-Po akkua
|
| |
M.T.09.05-08.Tanskan insinööriliitossa uskotaan uusiutuvaan energiaan "Energiasuunnitelma 2030"- nimisen raportin (ES). Sen tekoon osallistui 1 600 insinööriä ja muita energia-asiantuntijoita. ES:stä sijoitukset uudisenergiaan ovat ekologisesti ja taloudellisesti hyvin perusteltuja. Samoin varteenotettavia vientimahdollisuuksia. Uudisenergia tulee rajusti... more »
|
|
cannot bind to Compound name using Java 1.6 Corba server
|
| |
I have been trying to get this to work for about 10 hours but no matter what I try it does not work. Basically my Combond name is Level1->Level2->object so all I want to do is to fist see if Level1->Level2 naming contexts exist, if not create them and then bind the objec to them But Sun returns NotFound when I am trying to use... more »
|
|
detecting that server is dead and removing from naming service
|
| |
Hello, two questions more about how things are 'supposed' to work a) If I have naming hierarchy such as nm="TopLevel" kind="cluster" ...nm="SecondLevel" kind="servers" ...nm="MyObject" kind="servant" Should the below code correctly get to MyObject (in other words, is using kind="servant" necesarry).... more »
|
|
Free the memory allocated to the CORBA sequence
|
| |
I have a basic CORBA question. On my CORBA server I have allocated memory for an out parameter of type CORBA sequence. I have used c++ "new" to allocate the memory. Now I want to make sure that the memory gets freed so how should I go about that ? - Should the client notify the server that it has received the value... more »
|
|
|