Is there a way to control the IP used in the Location Forward mechanism of the \"tnameserv\", which is delivered with the Java JDK?
Assume I have a java server which uses corba. When I start it with command java server -ORBInitialHost localhost -ORBInitialPort 1111
I have a defined idl file, which looks like this: module Banking { typedef string Transactions[5]; typedef long AccountId;
I have a program that creates CORBA objects which are subscribed for different events (from other remote CORBA objects) and log every event that 开发者_JAVA百科thay receive in a database. The problem
is there any good reason not to use XML-RPC for an object-broker server/client architecture? Maybe something like \"no it\'s already outfashioned, there is X for that 开发者_开发知识库now\".
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
Currently trying to work my way through Chapter 4 of SAMS - Teach Yourself CORBA in 14 Days. The code from the book seems to work, except rather than stopping as expected, it spits out \"Couldn\'t bi
Could all those CORBA experts out there please help me with this one. I have a multithreaded application with some code tha开发者_高级运维t sends a message to a server and waits for a response back.
How do I make开发者_如何学C sure JacORB uses a fixed port, lets say 6001, when I use the ORB.object_to_string method?
I have to do a project in Corba.I have absolutely zero knowledge of corba.Things that I\'ve to do is first is to install a corba implementation on my PC.After that I have to develop a Photo Printing P