I guess the usage of package.properties mainly for messages and localization text. But the application I am putting the architecture for, should contain properties file and xml configurations that should be loaded sometimes for the application and other configurations per request/session.
So struts-like way is to use the configuration provider within the container of xworx to load these configurations and inject them @ the classes will use them -----Original Message----- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: Sunday, August 24, 2008 4:51 PM To: Struts Users Mailing List Subject: Re: Add Application specific configurations --- On Sun, 8/24/08, Ramez Hassan wrote: > I need to add certain application specific configurations > into a struts application, as simple as a property bundle. > But I want it to be integrated directly with Struts framework > classes such that it's accessible from all actions and contexts. > Are there any struts-like extension to do such a thing > like a plug-in or something? What about package.properties files doesn't do what you want? Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]