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.