# HG changeset patch # User Sascha L. Teichmann # Date 1254920742 0 # Node ID 94a07d1d931602b684910da47accefbb5fe3df8e # Parent 60c8f5edf742e5aa0a39b31fd8891e49b9a6c42c RELEASE 0.1 gnv/trunk@203 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r 60c8f5edf742 -r 94a07d1d9316 gnv/ChangeLog --- a/gnv/ChangeLog Tue Oct 06 13:09:19 2009 +0000 +++ b/gnv/ChangeLog Wed Oct 07 13:05:42 2009 +0000 @@ -1,3 +1,9 @@ +2009-10-07 Sascha L. Teichmann + + RELEASE 0.1 + + * Changes, NEWS: Summarized changes. + 2009-10-06 Tim Englich * src/main/resources/applicationMessages.properties Edited: diff -r 60c8f5edf742 -r 94a07d1d9316 gnv/Changes --- a/gnv/Changes Tue Oct 06 13:09:19 2009 +0000 +++ b/gnv/Changes Wed Oct 07 13:05:42 2009 +0000 @@ -0,0 +1,26 @@ +2009-10-07 RELEASE 0.1 + + New: + + * Initial Struts 1.x based Web-Client for the REST based + artifact database. + + * UI mainly inspired by the prototype from conterra. + + * It implements a runtime system for working with artifacts + by storing a client side proxy model in the session of + the servlet context. The workflow is completely controlled + by the artifact living in the artifact database. + + * The input forms are generated by XSL transformation from + the 'describe' output of the artifact. + + * Output is rendered as PNG, downloadable PNGs, CSV and + statistics all produced serverside in the artifact database. + + * i18n/i10n is done by Struts and broadcasted via REST to + the REST beased artifact database. Supported languages: + German and English + + * The connection to the REST server is configure in web.xml + default: http://localhost:8181 diff -r 60c8f5edf742 -r 94a07d1d9316 gnv/NEWS --- a/gnv/NEWS Tue Oct 06 13:09:19 2009 +0000 +++ b/gnv/NEWS Wed Oct 07 13:05:42 2009 +0000 @@ -0,0 +1,5 @@ +2009-10-07 RELEASE 0.1 + + * Initial realease of the web client which is a lightweight + runtime system for artifacts. +