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

Re: XML and Objects

  • From: David Brownell <db@E...>
  • To: xml-dev@i...
  • Date: Thu, 01 Oct 1998 07:56:35 -0700

xml objects jni
Jonathan A. Borden wrote:
> 
> Now to your specific question, if objects are represented in this fashion,
> you can access members through interfaces (i.e. Java/C++) through get/set
> pairs. A language XML interface layer is needed. This layer is identical to
> COM's dispatch layer which allows COM objects to be used from within
> Javascript and VBScript. COM uses a binary typelibrary as input.

To a first approximation, a type library in COM corresponds to
a Java "Class" object.  Both let you introspect on methods that
are exposed by objects, see interfaces and properties, invoke
methods, and so on.  Used with JNI, you get inter-language calling.
(JNI uses "portable C" -- it's not OS-specific.)


>	 Our
> technique takes the SODL document and
> 
> a) generates a typelibrary from it
> b) employs a custom interface which is driven by the SODL document
> 
>         The advantage of (a) is that it is compatible with existing software
> however the software is limited to Windows.

Building on that correspondence, one could apply this technique with
Java based systems.  A specialized DTD could generate a class file.
Whoops, whoa, don't bother, just use the Java class in the first place...

That is, if you're content to be specific to a given platform (perhaps
Java, perhaps Win32/x86 :-) you can do some very interesting tricks.

BUT ... it may be desirable to design in a platform-neutral way.  Not
to ding any particular platform (certainly not Java!); I just want to
point out that when using XML with Objects, there are lots of tradeoffs.

- Dave


>         XML-DEV would be an excellent place to develop an independent (b) layer
> specification. This spec would certainly need to interface with DOM.

xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@i...
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo@i... the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@i... the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@i...)


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.