Do you mind if I cut in?
----- Original Message -----
From: Jamie Honan <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Tuesday, February 08, 2000 8:58 AM
Subject: [SLUG] Orbit, CORBA etc.
>
> Robert Maldon:
>
> > Since the IOR is in some horrible machine readable format many
> > implemenations of CORBA implement a "naming service" which provides a
> > mapping between a human readable name (e.g. "app_server_1") and an
> > IOR. Some naming servers will also let you assign serveral IORs to the
> > one name for purposes of load sharing, fallback, etc. Typically,
> > however, you need
> > the IOR of the name server in order to get the IOR of a server object (a
> > bootstrapping issue).
>
> Robert,
>
> some questions if I might?
>
> Are there any references about CORBA (books, URLS) you could
> recommend?
>
Orfali C/S Programming with Java and Corba (includes Visibroker [ORB]trial
version)
> Do you know the differences between MICO and Orbit? I was interested
> in a Music application that needed MICO. It took forever to compile.
>
> What are the differences between simple 'marshalling' and rpc methods
> are CORBA?
>
The CORBA does all the marshalling and finding the methods to run via IOR
and ORB when used with Java also puts the data returned into an appropriate
data type. Corba goes beyond rpc as you don't need to know where the remote
procedures just what they are called and the Interface definition is known.
Again if it is in Java and written in Bean style it is possible to
interogate the introspection aspect of the class to tell you about itself.
> What are your opinions about CORBA? Is this a technology in search
> of a purpose?
>
CORBA allows you to encapsulate legacy applications (30 yo COBOL) to appear
as a single access point to other applications (eg Java Applet).
> I was interested in a particular RFP, the "OMG General Ledger
> Facility" - the heart of a financial control system.
> ( http://www.compassgl.org ). It looks very well thought out, but
> I am wondering about CORBA being overkill.
>
> And finally, as always, would you like to give a SLUG talk on CORBA?
> (last one optional:)
>
> Jamie
>
> --
> SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
> To unsubscribe send email to [EMAIL PROTECTED] with
> unsubscribe in the text
--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text