Mercurial > dive4elements > gnv-client
comparison gnv/Changes @ 49:94a07d1d9316
RELEASE 0.1
gnv/trunk@203 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Wed, 07 Oct 2009 13:05:42 +0000 |
parents | 87bd9d0befc7 |
children | 6cf73f5ea4a9 |
comparison
equal
deleted
inserted
replaced
48:60c8f5edf742 | 49:94a07d1d9316 |
---|---|
1 2009-10-07 RELEASE 0.1 | |
2 | |
3 New: | |
4 | |
5 * Initial Struts 1.x based Web-Client for the REST based | |
6 artifact database. | |
7 | |
8 * UI mainly inspired by the prototype from conterra. | |
9 | |
10 * It implements a runtime system for working with artifacts | |
11 by storing a client side proxy model in the session of | |
12 the servlet context. The workflow is completely controlled | |
13 by the artifact living in the artifact database. | |
14 | |
15 * The input forms are generated by XSL transformation from | |
16 the 'describe' output of the artifact. | |
17 | |
18 * Output is rendered as PNG, downloadable PNGs, CSV and | |
19 statistics all produced serverside in the artifact database. | |
20 | |
21 * i18n/i10n is done by Struts and broadcasted via REST to | |
22 the REST beased artifact database. Supported languages: | |
23 German and English | |
24 | |
25 * The connection to the REST server is configure in web.xml | |
26 default: http://localhost:8181 |