comparison flys-client/ChangeLog @ 3477:2c63994ceffb

Add servlet context parameters and load FeaturesServletContextListener flys-client/trunk@5172 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Bjoern Ricks <bjoern.ricks@intevation.de>
date Wed, 08 Aug 2012 12:56:25 +0000
parents 9b29facddbd1
children 763789a9acca
comparison
equal deleted inserted replaced
3476:4a6321dd5186 3477:2c63994ceffb
1 2012-08-08 Björn Ricks <bjoern.ricks@intevation.de>
2 * src/main/java/de/intevation/flys/client/server/features/FeatureServletContextListener.java,
3 src/main/webapp/WEB-INF/web.xml:
4 Implement a ServletContextListener to initialize the Fearures from a xml
5 file. With the context parameter "features-file" in src/main/webapp/WEB-INF/web.xml
6 a xml file to load features from can be specified.
7 The FeatureServletContextListener class also initializes the logging now
8 because it is loaded before the BaseServlet.
9
10 2012-08-08 Björn Ricks <bjoern.ricks@intevation.de>
11
12 * src/main/java/de/intevation/flys/client/server/features/XMLFileFeatures.java,
13 src/main/java/de/intevation/flys/client/server/features/FeaturesNamespaceContext.java,
14 src/main/java/de/intevation/flys/client/server/features/Features.java,
15 src/main/webapp/WEB-INF/features.xml:
16 Implementation of a feature representation. The XMLFileFeatures class can
17 be used to load a feature xml file (src/main/webapp/WEB-INF/features.xml)
18 and create a map of roles to a list of features.
19
1 2012-08-08 Felix Wolfsteller <felix.wolfsteller@intevation.de> 20 2012-08-08 Felix Wolfsteller <felix.wolfsteller@intevation.de>
2 21
3 * src/main/java/de/intevation/flys/client/server/meta/Converter.java: 22 * src/main/java/de/intevation/flys/client/server/meta/Converter.java:
4 Cosmetics, reordered code. 23 Cosmetics, reordered code.
5 24

http://dive4elements.wald.intevation.org