Mercurial > dive4elements > framework
comparison ChangeLog @ 351:eb1136134d09
Prepare inter-facet pre-rendering communication ('blackboard') phase.
artifacts/trunk@3329 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Wed, 30 Nov 2011 08:13:48 +0000 |
parents | ab743e750ac6 |
children | 9c8d91708d28 |
comparison
equal
deleted
inserted
replaced
350:ab743e750ac6 | 351:eb1136134d09 |
---|---|
1 2011-11-30 Felix Wolfsteller <felix.wolfsteller@intevation.de> | |
2 | |
3 Prepare inter-facet pre-rendering communication ('blackboard') phase. | |
4 | |
5 * artifact-database/src/main/java/de/intevation/artifactdatabase/state/Facet.java | |
6 (getDataProviderKeys,provideBlackboardData): Extended interface to | |
7 allow easy integration of blackboard mechanism (inter-facet | |
8 pre-rendering communication). | |
9 | |
10 * artifact-database/src/main/java/de/intevation/artifactdatabase/state/DefaultFacet.java | |
11 (getDataProviderKeys,provideBlackboardData): Trivial implementation. | |
12 The DefaultFacet will not talk to other facets during inter-facet | |
13 pre-rendering ("blackboard") phase. Cosmetics, docs. | |
14 | |
1 2011-11-21 Ingo Weinzierl <ingo@intevation.de> | 15 2011-11-21 Ingo Weinzierl <ingo@intevation.de> |
2 | 16 |
3 * artifacts-common/src/main/java/de/intevation/artifacts/common/utils/XMLUtils.java: | 17 * artifacts-common/src/main/java/de/intevation/artifacts/common/utils/XMLUtils.java: |
4 Changed Ingo's last commit to a more conservative notation (no auto-boxing). | 18 Changed Ingo's last commit to a more conservative notation (no auto-boxing). |
5 Strangely the flys-client does not compile for me with the auto-boxed | 19 Strangely the flys-client does not compile for me with the auto-boxed |