Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: John Cooper   on Jun 04 In Java Category.

  
Question Answered By: Varick Fischer   on Jun 04

OpenORB is an alternative to standard Java CORBA ORB.
it is in BSD like License since now Java is GPL it is not much needed now unless you need better license or latest CORBA standard.

CORBA is part of Java platform
current RMI is implemented over IIOP CORBA protocol

OpenORB has implemented CORBA version 2.4.2
Java ORB has implemented CORBA version 2.3.1

in CORBA you don't need to install a Container like J2EE, CORBA components run stand alone.
but you need to run a name server  which CORBA client and servers need it to be able to speak with each other.
the name server also don't need to be installed  since it is implemented in java but you can run it as a deamon in linux  to prevent manual startup.

Share: 

 

This Question has 3 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on OpenORB Or get search suggestion and latest updates.


Tagged: