Component Markup Language

Robb Shecter shecter at darmstadt.gmd.de
Thu Feb 4 15:30:52 GMT 1999


Dave Winer wrote:

> http://www.bluestone.com/xml/XwingML/
>
> Yes, that is very interesting. But if anyone from Bluestone is listening,
> it would be great to have a page that shows XML code and a screen shot of
> the interface it generates.

Well, I just downloaded it and checked it out, and I don't think this could really be used as
a way to describe platform-independent UI's.  (Can I attach a copy of an XML here w/out
violating some copyright?  Hmm...maybe a piece of it... :)

   <JFrame name="MainFrame" title="Bluestone XML Notepad" image="icon.gif" x="20%" y="20%"
width="60%" height="60%">
      <JMenuBar>
         <JMenu text="File" mnemonic="F">
            <JMenuItem icon="open.gif" text="Open..." mnemonic="O"
accelerator="VK_O,CTRL_MASK" actionListener="OpenFile"/>

etc...

This looks basically like Java code with an XML syntax.  It doesn't abstract at the nature of
components, or interactions.  I guess what it is, is one way to get a scripting functionality
in Java; a competitor to projects like the BeanShell.

- Robb


xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at 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 at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)




More information about the Xml-dev mailing list