aspose file tools
The moose likes Distributed Java and the fly likes communication between corba and servlet Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Distributed Java
Reply Bookmark "communication between corba and servlet" Watch "communication between corba and servlet" New topic
Author

communication between corba and servlet

Anonymous
Ranch Hand

Joined: Nov 22, 2008
Posts: 18944
hai!
How can I communicate a servlet throuh Corba or Corba through servlet.
Bye.
Milind Kulkarni
Ranch Hand

Joined: Jun 01, 2000
Posts: 146
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.
 
subject: communication between corba and servlet
 
Similar Threads
Can we use C++ for Business logic(Model)?
RMI / CORBA
Java API Vs Ejb/Xml
invoking C++ code from Java in a Remote AIX machine
whats hot in adv. java to learn these days