Re: OT: Heterogenous networks - Mailing list pgsql-interfaces

From Stephen Crawley
Subject Re: OT: Heterogenous networks
Date
Msg-id 200011150355.eAF3tPc05415@piglet.dstc.edu.au
Whole thread Raw
In response to Re: OT: Heterogenous networks  ("Adam Lang" <aalang@rutgersinsurance.com>)
List 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





pgsql-interfaces by date:

Previous
From: "Scott Muir"
Date:
Subject: PGSQL and Image Magick
Next
From: "Mike Cannon-Brookes"
Date:
Subject: RE: RE: JDBC and Unicode problem