Re: OT: Heterogenous networks

From: Stephen Crawley <crawley(at)dstc(dot)edu(dot)au>
To: "Adam Lang" <aalang(at)rutgersinsurance(dot)com>
Cc: "pgsql-interfaces" <pgsql-interfaces(at)postgresql(dot)org>, crawley(at)dstc(dot)edu(dot)au
Subject: Re: OT: Heterogenous networks
Date: 2000-11-15 03:55:40
Message-ID: 200011150355.eAF3tPc05415@piglet.dstc.edu.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

> I agree, it is different, but XML and SOAP means no licensing, not platform
> dependent and standardized. :)

CORBA is both standardised and platform independent.

Furthermore, if you use one of the many Open Source ORBs you don't need
to pay license fees to anyone.

CORBA is also more mature and technically superior to SOAP:

* There are many implementations of CORBA in the market place
with a variety of support model; e.g. ranging from proprietary
source / commercial through to "free" (in the FSF sense).

* All the cruft of building and parsing XML structures in SOAP
is done automatically in CORBA by generated stubs.

* CORBA IIOP is far more compact than XML representations,
and can be marshalled and unmarshalled a lot faster.

* CORBA gives you object references and object location transparency.

* CORBA has a wide range of existing intrastructure and application
domain services.

* The OMG is working on a standard for CORBA over XML.

* and so on.

-- Steve

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message prathyash varghese 2000-11-15 06:11:30 reg: applet-servlet communication
Previous Message Scott Muir 2000-11-15 00:42:47 PGSQL and Image Magick