(See http://jira.openlaszlo.org/jira/browse/LPP-9148)
The SOLO deploy jsp and command line lzdeploy utilities now produce a W3C widget-compatible file format (.wgt file). This is almost identical to the existing SOLO file format and content with three changes: 1) A file named "index.html" is generated, which loads the app. Previously the file was named "yourapp.lzx.html". 2) A config.xml file is generated, which contains the W3C widget configuration 3) An icon file named "widget-icon.png" is added, which is used as the default icon for the widget Since the config.xml file format seems to be in a state of flux for different target environments, there is a directory of templates for the config.xml file in lps/admin/widget-templates. New templates can be added to that directory, and will be picked up if you specify a "widgettype" arg to the deployer utilities. The default is "Opera" format. -- Henry Minsky Software Architect [email protected]
