On Tue, 19 Nov 2002, edgar wrote:

> Date: Tue, 19 Nov 2002 11:59:58 -0500
> From: edgar <[EMAIL PROTECTED]>
> Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]>,
>      [EMAIL PROTECTED]
> To: 'Struts Users Mailing List' <[EMAIL PROTECTED]>
> Subject: Managing message keys
>
> In a large project with a large number of app.properties keys does
> anyone have ideas about 'key management'.
>

One strategy that is commonly implemented for cases like this is to use
the fully qualified package name of the primary classes using a particular
key, to disambiguate them.

Struts offers the additional ability to use more than one application
resources file if you want to.

> Thanks in advance.
>
> Edgar

Craig


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

Reply via email to