1. communication between corba and servlet coderanch.comHi 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 ... |