Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 78:9ca5160cf080
Added a service that builds up requests to retrieve chart images. Use this service to display charts in the ChartOutputTab.
flys-client/trunk@1584 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 28 Mar 2011 10:45:45 +0000 |
parents | 5b5ec0403844 |
children | 17815a7354bc |
comparison
equal
deleted
inserted
replaced
77:5b5ec0403844 | 78:9ca5160cf080 |
---|---|
1 2011-03-28 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/client/ui/ChartOutputTab.java: | |
4 The right side of this panel displays an image now. This image | |
5 represents a chart that is generated by an artifact. The request is made | |
6 up in the ChartOutputServiceImpl. | |
7 | |
8 * src/main/java/de/intevation/flys/client/server/ChartOutputServiceImpl.java: | |
9 New. This service creates the request to retrieve chart images and | |
10 writes the response to the output stream. | |
11 | |
12 NOTE: This service is not asynchron! It is derived directly from | |
13 HttpServlet. | |
14 | |
15 * src/main/webapp/WEB-INF/web.xml: Registered the ChartOutputService. | |
16 | |
1 2011-03-25 Raimund Renkert <rrenkert@intevation.de> | 17 2011-03-25 Raimund Renkert <rrenkert@intevation.de> |
2 | 18 |
3 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: | 19 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: |
4 Limited the area for CollectionView to the size of FLYSWorkspace. | 20 Limited the area for CollectionView to the size of FLYSWorkspace. |
5 | 21 |