On Mon, 13 Jan 2003, PILGRIM, Peter, FM wrote:
> The ResourceFactory implementation. Would it affect how the messages are > retrieved? Yes, since it is the Resources implementation that actually does the retrieval :-). > For example if you have a merged resources that does the > following > > DBResources > (1) Boot strap read properties from a flat file > (2) Reads some JDBC properties from (1) if any uses them > open a connection to data database. > (2a) Read properties from database, these overwrite any > flat file properties. > (3) Repeat for any extra databases. > > Presumably one would need to write a new `ResourceFactory' implementation > and that would be it. Thought? > Yes, one could do a customized ResourcesFactory/Resources pair that did just this. In principle, anyone who subclassed or specialized the existing o.a.s.u.MessageResources stuff would probably have to reimplement based on commons-resources again. > -- > Peter Pilgrim, Craig -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
