Re: Best Place for config values

2005-06-08 Thread Leandro_Dorileo/ABACO
Whats the best place / access method to storing and retriving config attributes like administrator email addresses and directories to store uploaded files in a multi-tiered webapp, web.xml? Resources file? Both servlets and non servlets need to access these values. Opinions greatly

Re: Best Place for config values

2005-06-08 Thread Frank W. Zammetti
I agree, my stratagey is a separate XML config file. I've also gotten in the habit of using Digester to read it. Makes life easier. -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com On Wed, June 8, 2005 8:44 am, Leandro_Dorileo/[EMAIL

Re: Best Place for config values

2005-06-06 Thread gdeschen
Currently we have an XML. This file is loaded in a filter using apache digester. HTH, Glenn Brian McGovern [EMAIL PROTECTED] 06/06/2005 03:51 PM Please respond to Struts Users Mailing List user@struts.apache.org To user@struts.apache.org cc Subject Best Place for config values Whats

RE: Best Place for config values

2005-06-06 Thread Durham David R Jr Ctr 805 CSPTS/SCE
Whats the best place / access method to storing and retriving config attributes like administrator email addresses and directories to store uploaded files in a multi-tiered webapp, web.xml? Resources file? Both servlets and non servlets need to access these values. Opinions greatly