[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: CORBA vs. XML (was: Re: XML.COM: How I Learned to Love daBomb)

  • From: David Brownell <david-b@p...>
  • To: Al Snell <alaric@a...>,Brendan Macmillan <bren@m...>
  • Date: Mon, 20 Aug 2001 08:32:17 -0700

corba vs. dce
> > Obviously, using XML makes it human readable; but I think the biggest
> > difference is that the latter two are merely method invocation (and that's
> > *easy*); while CORBA implements "remote objects", and the horror
> > of issues like
> > maintaining state, remote memory management etc and so on.
> >
> > Have I got that right?
> 
> No, Corba does just do method invocation.

Wrong; that's one mechanism within the architecture.  Normally
implemented using IIOP, but potentially also using some sort
of SOAP profile.  Brendan had it right, except that managing
state is an application's responsibility (though one can argue
about shared responsibilities during object activation).

The most fundamental part of CORBA is the object model,
as visible through IDL.  That's what'd need to be captured in
such a SOAP profile.  The CORBA-to-COM interop issues
can briefly be summarized as:  OMG-IDL is not the same
as MSFT-IDL (or DCE-IDL).  There are some issues with
object lifecycle that don't show up in IDL, too.


>     The ORB itself can do other
> complex stuff like implementing persistent objects and so on, but then
> it's more of an object database with an ORB interface :-)

But the ORB is fundamental to the Common ORB Architecture
("CORBA").  Admittedly the 1.0 requirements to activate
persistent objects was troublesome, since for some reason nobody
was keen on standardizing activation as a clean layer on top of
a transient object infrastructure.  (That's how it's implemented in
all cases.)  I understand that's fixed at last by stuff like "POA",
though of course it doesn't really show up at the protocol level
(that is, IIOP).

- Dave



PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.