Mercurial > dive4elements > framework
comparison ChangeLog @ 355:6bd37edd9a80
Added handy implementation of a DataProvider.
artifacts/trunk@3333 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Wed, 30 Nov 2011 08:28:04 +0000 |
parents | c83519249fea |
children | 079ab7c971a4 |
comparison
equal
deleted
inserted
replaced
354:c83519249fea | 355:6bd37edd9a80 |
---|---|
1 2011-11-30 Felix Wolfsteller <felix.wolfsteller@intevation.de> | |
2 | |
3 Added convenienve bundle of artifact and facet that implements | |
4 DataProvider. This will help keeping things together in the upcoming | |
5 inter-facet pre-rendering communication ('blackboard') phase. | |
6 | |
7 * artifact-database/src/main/java/de/intevation/artifactdatabase/state/ArtifactAndFacet.java: | |
8 New class, keeping together an artifact and a facet (thus, should | |
9 only have a short live span). Only implementation of the new | |
10 DataProvider interface. | |
11 | |
1 2011-11-30 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 12 2011-11-30 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2 | 13 |
3 Extended CallContext to also act as a blackboard/service broker. | 14 Extended CallContext to also act as a blackboard/service broker. |
4 | 15 |
5 * artifacts/src/main/java/de/intevation/artifacts/CallContext.java | 16 * artifacts/src/main/java/de/intevation/artifacts/CallContext.java |