This is a "JORB" -- a Java server implementation of CORBA.
|
This ORB is available in JDK1.2
|
The Java IDL ORB is not production quality (because of omitted features) but can be used to develop Java language CORBA objects which can then be used with other more sophisticated ORB's in production mode.
-
It is also not supported in all browsers.
|
The main difference between this ORB and the Visigenic ORB is that this ORB uses the Naming Service to bind the remote object, instead of the Basic Object Adapter.
|