> The ResourceFactory implementation. Would it affect how the > messages are retrieved? 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? > > -- > Peter Pilgrim,
This would be a customization beyond the current implementation or with the newly proposed API. That said, everything you've stated is definitely possible with either implementation. I've done a database implementation myself and I'm currently working to integrate this into the new API. -- James Mitchell -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>