Mercurial > dive4elements > river
diff 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 |
line wrap: on
line diff
--- a/flys-client/ChangeLog Wed May 11 11:44:23 2011 +0000 +++ b/flys-client/ChangeLog Wed May 11 14:23:08 2011 +0000 @@ -1,3 +1,14 @@ +2011-05-11 Ingo Weinzierl <ingo@intevation.de> + + * src/main/java/de/intevation/flys/client/server/ExportServiceImpl.java: + New. This service is a "proxy servlet" that enables the GUI to add + download buttons for exporting the computed data of the artifact server. + + * src/main/java/de/intevation/flys/client/client/services/CSVExportService.java: + Changed the URL part to query the CSV export ('export' -> 'csv'). + + * src/main/webapp/WEB-INF/web.xml: Registered the new ExportService. + 2011-05-11 Raimund Renkert <rrenkert@intevation.de> ISSUE 34