Re: Smart Client using Swixml
2004-07-01 17:12:42 GMT
XUL is pretty much a catch all term for anything that converts XML into GUI. It stands for XML User-Interface Language. I think Mozilla coined the term for their XUL implementation but it is applied to other toolkits like SwiXml. SwiXml does NOT have anything to do with Mozilla. SwiXml does conform to a standard schema but it's the SwiXml schema. HTML to XML for SwiXml can be done with XSLT if the original HTML is actually XHTML. If it isn't there are a few tools available to convert standard HTML to XHTML. You can bind custom objects to tags with custom attributes in SwiXml if you want. It's not that hard. Wolf is still working on Franklin the visual interface for building SwiXml apps but it has not been released. http://www.carlsbadcubes.com/franklin/ I have experiences making a number of smart clients with SwiXml and am available for on or off site training, consulting, and mentoring in SwiXml. I'm also familiar with XSLT and dynamically generating Swing guis with user or instance specific elements on the fly by combining SwiXml and Velocity or other template engines. Please call me at 617-308-9130 or see http://www.masukomi.org for details. -Kate Rhodes Open source consultant & Java developer http://www.masukomi.org(Continue reading)
RSS Feed