deegree3 developer team meeting 2010-04-27
Protocol by: JohannesWilden
Attendees: RutgerBezema, LynBüsching, AndreiIonita, ChristianKiehle, AndreasSchmitz, SteffenThomas, JohannesWilden
1. WFS progress
The deegree WFS passes all CITE 1.1.0 tests successfully now (including SF0+1, XLink and Transaction parts). See http://havola.lat-lon.de/hudson/job/deegree-test-3.0-SNAPSHOT/12/testReport/ for all CITE results of tonight's snapshot build.
2. WMS progress
The DB based dynamic layer mechanism of the WMS can now be configured via webinterface. This is included in the standard web services console module.
3. deegree 3 releases
It is intended to use the maven release plugin for the upcoming releases and pre-releases of deegree3. Additionally, there will be some minor changes in the folder structure of the SVN to support this.
4. CSW progress
A tool for importing OGC web services into the CSW has been started. Currently, this tool can retrieve the capabilities document of a WPS and insert it as services metadata into the CSW.
5. WPVS toolchain
The tool for geo-referencing 3D buildings now allows navigation in maps served by WMS instances.
6. Rastertools progress
The raster tools have been updated. We just finished developement of a rastertree builder for deegree3 with an advanced cache mechanism.
7. Build process
There are still some problems with building the deegree-core module without a network connection, because the unit tests seem to retrieve schemas over the internet for validation. This is being worked on.
8. Lombok
Some first tests with lombok: it is now possible to generate getter and setter using Java annotations (just by annotating the fields with @Getter or @Setter). lombok also includes other useful annotations eg. to generate hashCode/equals automatically.