XML UI Runtimes
Posted: December 6th, 2002 Comments OffFollowing on from the examples set by Mozilla and Glade, some more XML-based ways of separating your UI layout from the rest of your codebase:
- Luxor XUL is a pure-Java XUL implementation, part of Gerald Bauer‘s hee-uuge VAMP project.
- Physically separating the UI from the code entirely: XWT apps are collections of XML and ECMAscript, executed from a runtime in the browser (with implementations in both Java and ActiveX) that keep the big app logic back on the server and talk via SOAP/XML-RPC.