hai! How can I communicate a servlet throuh Corba or Corba through servlet. Bye.
Milind Kulkarni
Ranch Hand
Joined: Jun 01, 2000
Posts: 146
posted
0
Hi Vijaya, CORBA is standard interface defined by Object Management Group to send messages between different hardware / software platforms using IIOP and IDL. Now if you want to invoke a method on a different machine using Servlets and if this method is not written in Java language then you might use CORBA architecture. If you want to invoke method written in Java language then it would make sense to use RMI. Hope this helps !! Regards, Milind
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.