Is there a standard for representing a Java Swing GUI in XML? I know that
Asperon (AppProjector) has defined a proprietary XML vocabulary for doing
this. I would like to create a web-application framework similar to this
using standards and open source components if possible.
Thanks,
STA
Thomas Fritsch - 09 Dec 2003 16:56 GMT
>Is there a standard for representing a Java Swing GUI in XML? I know that
>Asperon (AppProjector) has defined a proprietary XML vocabulary for doing
[quoted text clipped - 3 lines]
>Thanks,
>STA
see at
http://java.sun.com/j2se/1.4.1/docs/api/java/beans/XMLEncoder.html
http://java.sun.com/j2se/1.4.1/docs/api/java/beans/XMLDecoder.html
Thomas
Gerald Bauer - 09 Dec 2003 20:01 GMT
> Is there a standard for representing a Java Swing GUI in XML? I know that
> Asperon (AppProjector) has defined a proprietary XML vocabulary for doing
> this. I would like to create a web-application framework similar to this
> using standards and open source components if possible.
Check out the XUL (XML UI Lanuage) Alliance site online @
http://xul.sourceforge.net
- Gerald