Hello.

We need to store some configuration in our web tier, and I'm getting objections to the 
way we've done it.  How do you lot do it?

For example, we need to have control over the order in which credit cards are 
displayed.  Our back end system will tell us all the credit cards it knows about (in 
no particular order) and we have an XML configuration file sat on the web server which 
knows the order we want them in (and this order is configurable from a web page)

These XML configuration files can't be shipped as part of the WAR file, because the 
user might change them, and we'd overwrite them with the defaults in the next release.

Is there a standard J2EE way of doing this sort of thing?

Cheers,

Tim.



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to