Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/Changelog @ 101:e01c163ea5b0
Inputvalidation for String, Integer and Date Values added.
gnv-artifacts/trunk@149 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Tue, 29 Sep 2009 09:50:25 +0000 |
parents | f07637f96312 |
children | 994a39b084d6 |
comparison
equal
deleted
inserted
replaced
100:f07637f96312 | 101:e01c163ea5b0 |
---|---|
1 2009-09-29 Tim Englich <tim.englich@intevation.de> | |
2 | |
3 * pom.xml Edited: | |
4 Added the dependency to Apache-Commons-Validator Version 1.3.1 which is | |
5 used for the InputValoue-validation. | |
6 * src/main/java/de/intevation/gnv/utils/InputValidator.java Added : | |
7 An InputValidator for Validating InputValues. | |
8 At this Moment only Integer, String and Date is supported. | |
9 * src/main/java/de/intevation/gnv/transition/TransitionBase.java (putInputData) Edited: | |
10 Add the InputValidator to validate the incomming Values from the Clients. | |
11 | |
1 2009-09-28 Tim Englich <tim.englich@intevation.de> | 12 2009-09-28 Tim Englich <tim.englich@intevation.de> |
2 | 13 |
3 * src/main/java/de/intevation/gnv/chart/ChartFactory.java (createTimeSeries) Edited: | 14 * src/main/java/de/intevation/gnv/chart/ChartFactory.java (createTimeSeries) Edited: |
4 Performanceimprovement: The Loop will be interrupted if the Pointer is bigger than the | 15 Performanceimprovement: The Loop will be interrupted if the Pointer is bigger than the |
5 last Pointer of the Value that must be visualised. | 16 last Pointer of the Value that must be visualised. |