[
Lists Home |
Date Index |
Thread Index
]
- From: Paul Prescod <paul@prescod.net>
- To: xml-dev <xml-dev@ic.ac.uk>
- Date: Sun, 11 Apr 1999 23:11:49 -0500
Jonathan Borden wrote:
>
> Actually, if you take my XMOP project which serializes COM/IDL described
> and Java objects into a DOM interface, and bolt it onto eXcelon, this is
> pretty much exactly what this would do. XMOP uses either Java reflection or
> COM typelibraries (which are compiled IDL and are close but not quite full
> fidelity to MIDL itself), and serializes the object into either a DOM or an
> XML stream.
I think that all such approaches fall apart quickly when you want the DOM
to be writable. And if the DOM is *not* writable then I see it as only an
optimization for generating XML and then building a DOM for that XML. And
even so there are big efficiency issues. If the system doesn't do an
XQL->SQL conversion then searching for anything will be hideously slow
because you won't be using the native query optimizer.
--
Paul Prescod - ISOGEN Consulting Engineer speaking for only himself
http://itrc.uwaterloo.ca/~papresco
By lumping computers and televisions together, as if they exerted a
single malign influence, pessimists have tried to argue that the
electronic revolution spells the end of the sort of literate culture
that began with Gutenberg’s press. On several counts, that now seems
the reverse of the truth.
http://www.economist.com/editorial/freeforall/19-12-98/index_xm0015.html
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|