ResourceProperties in database

2002-10-30 Thread Eric Chow
Hello, Is it possible to add a feature that can load messages from database. All the message resources are in a text file, it is not easy to manage if there are so many. Best regards, Eric == If you know what you are doing, it is not called RESEARCH!

Re: ResourceProperties in database

2002-10-30 Thread Adolfo Miguelez
check it out at http://www.mail-archive.com/struts-user;jakarta.apache.org/msg44742.html Regards, Adolfo. From: Eric Chow [EMAIL PROTECTED] Reply-To: Eric Chow [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: ResourceProperties in database Date: Wed, 30 Oct 2002 17:30:18 +0800 Hello

Re: ResourceProperties in database

2002-10-30 Thread Erik Hatcher
Quite possible! And already done (custom) in our application, as well as Jame's OJB implementation. His implementation is far more robust than ours, but I just wanted to add our experience. It is actually quite trivial to implement a custom MessageResources subclass to do this. Erik Eric