On Wed, 2002-12-11 at 22:52, Hanasaki JiJi wrote: > Is there any way to pull from jdbc and/or ldap instead of properties files? > > Thanks > --
I assume you mean pulling your application's resources (ApplicationResources.properties) from a Relational Database???? (Sorry, can't help you with LDAP) I can help you with getting them from a database. I've written an implementation of MessageResources that does just that. It's called DBMessageResources, but will most likely be renamed later when I add support for Torque. You can find it as part of a modified version of the struts-example which I wrote to develop and test this extension. http://www.open-tools.org/struts-atlanta/downloads -- James Mitchell -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

