Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 274:71a7533555d0
Added a service to export data from the artifact server.
flys-client/trunk@1900 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 11 May 2011 14:23:08 +0000 |
parents | 905daf30221a |
children | 8264b02091ef |
comparison
equal
deleted
inserted
replaced
273:905daf30221a | 274:71a7533555d0 |
---|---|
1 2011-05-11 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/server/ExportServiceImpl.java: | |
4 New. This service is a "proxy servlet" that enables the GUI to add | |
5 download buttons for exporting the computed data of the artifact server. | |
6 | |
7 * src/main/java/de/intevation/flys/client/client/services/CSVExportService.java: | |
8 Changed the URL part to query the CSV export ('export' -> 'csv'). | |
9 | |
10 * src/main/webapp/WEB-INF/web.xml: Registered the new ExportService. | |
11 | |
1 2011-05-11 Raimund Renkert <rrenkert@intevation.de> | 12 2011-05-11 Raimund Renkert <rrenkert@intevation.de> |
2 | 13 |
3 ISSUE 34 | 14 ISSUE 34 |
4 | 15 |
5 * src/main/java/de/intevation/flys/client/client/ui/FLYSWorkspace.java: | 16 * src/main/java/de/intevation/flys/client/client/ui/FLYSWorkspace.java: |