I\'m looking for a tutorial or any additional information on how to make an EJB (or underlying MBean) accessible via CORBA.
i 开发者_如何学Gohad the problem that i downloaded the JTS package from oracle\'s java page but it contains an old version of the JTS/OTS which doesn\'t seem to support the Current interface.
I\'m using IIOP.NET to connect to corba servers. The servers are enterprise level machines and deployed by world renowned vendors, so they all implement standard corba IDL files. More specifically, al
I am working on a porting project where omni3 has been used.Now we are integrating it with omni 4 which omniORB::MaxMessageSize function is not supported. Anyone know from which function we have 开发者
When I execute code using ArrayList object on Windows with Netbeans 6.9.1 and Glassfishv3, it fails and spits the error below. If I comment out the ArrayList, everything works fine.
Are CORBA (language agnostic) / RMI (开发者_如何转开发Java) and (D) COM (MS) still relevant today, or is there a technology that has surpassed them?
What is an example of a situation where CORBA would be used? Is it just a matter of using an interface languag开发者_运维百科e (e.g. Java) to \'talk\' to all applications?CORBA might be used to build
I need to identify the caller of my method. So I would like to print stack trace. Unfortunately, our system is built with CORBA interfaces so if I print stack trace I see smth like this:
I have an Java console application (Windows) that I want to shut down gracefuly when user hit Ctrl+C. That\'s why I use addShutdownHook to call interrupt() on my worker thread.
I\'ve recently began on working on my first CORBA project. I think I got the basic stuff , however there are some things that still elude me. One of these things is how CORBA handles several calls on