Hi,

I'm trying to build a "ConfigurationInterceptor" for my wicket-application.

Goal of this is the easy configuration file handling even when updating 
the application.

The Application is started and looks if it has a property file 
"configFileLocation.properties" (this just contains the name of the real 
configuration file) in it's webroot.
- If it is not found all future requests get redirected to a wizard-page 
where the user can configure the location of the _real_ configuration 
file. After this configuration step the file 
"configFileLocation.properties" is created.



In a genuine web-application I would use a ServletFilter for that that 
checks if the application has found it's configuration file or not.

How can this be done with wicket?


Thanks in advance!

Sven


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to