hans@169: 2009-11-13 RELEASE 0.2 hans@169: hans@169: New: hans@169: hans@169: * Enable client for multi-instances in the same browser by using hans@169: SessionIDs hans@169: hans@169: * Added support for all FIS hans@169: hans@169: * Added support for skipping transition steps hans@169: hans@169: * Added support for CSV and ODV formats via a common mechanism hans@169: hans@169: * Updated to a newer version of RESTlet API hans@169: hans@169: * Added first documentation for configuration hans@169: hans@169: sascha@49: 2009-10-07 RELEASE 0.1 sascha@49: sascha@49: New: sascha@49: sascha@49: * Initial Struts 1.x based Web-Client for the REST based sascha@49: artifact database. sascha@49: sascha@49: * UI mainly inspired by the prototype from conterra. sascha@49: sascha@49: * It implements a runtime system for working with artifacts sascha@49: by storing a client side proxy model in the session of sascha@49: the servlet context. The workflow is completely controlled sascha@49: by the artifact living in the artifact database. sascha@49: sascha@49: * The input forms are generated by XSL transformation from sascha@49: the 'describe' output of the artifact. sascha@49: sascha@49: * Output is rendered as PNG, downloadable PNGs, CSV and sascha@49: statistics all produced serverside in the artifact database. sascha@49: sascha@49: * i18n/i10n is done by Struts and broadcasted via REST to sascha@49: the REST beased artifact database. Supported languages: sascha@49: German and English sascha@49: sascha@49: * The connection to the REST server is configure in web.xml sascha@49: default: http://localhost:8181