Can anyone give eclipse java corba example ?

Asked By 30 points N/A Posted on -
qa-featured

Dear Experts,

I want to create a complete CORBA (Common Object Request Broker Architecture) application using IDL. For this I need IDL plugin for Java Eclipse and I shall be thankful if anyone give eclipse java corba example of “Hello World”

SHARE
Answered By 0 points N/A #159079

Can anyone give eclipse java corba example ?

qa-featured

Hello,

The example below is  of hello world and the program will creates and initializes an ORB object. ORB is used to obtain a reference to the root naming context and to search for the word Hello in the naming context.  When CORBA gets the reference to that object then, Methods in the class WelcomeGuest will perform the necessary operations and prints the result. Check WelcomGuest.txt file for the code.
 
I hope this is helpful.
 

Related Questions