Re: loading message resources from database?

2002-12-03 Thread Melissa L Kelley
Stuology -- A million monkeys can't be wrong SUFrom: Pavel Kolesnikov [EMAIL PROTECTED] SUReply-To: Struts Users Mailing List [EMAIL PROTECTED] SUTo: [EMAIL PROTECTED] SUSubject: loading message resources from database? SUDate: Mon, 2 Dec 2002 16:55:50 +0100 (CET) SU SUHello

loading message resources from database?

2002-12-02 Thread Pavel Kolesnikov
Hello, I'd like to allow admins of my application to edit message resources via web interface. It seems it would be nice to have such resources stored in a database instead of properties file. I see it should be possible to implement loading my resources from database by subclassing

Re: loading message resources from database?

2002-12-02 Thread David Graham
Someone has implemented this already. Search google or the mail archive for a link. David From: Pavel Kolesnikov [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: loading message resources from database? Date: Mon, 2 Dec 2002 16:55:50

RE: Urgent: Loading message resources from Database

2002-07-25 Thread Dave Hodson
Mailing List Subject: Re: Urgent: Loading message resources from Database On Wed, 24 Jul 2002, Rajesh P wrote: Date: Wed, 24 Jul 2002 17:56:06 +0530 From: Rajesh P [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Urgent: Loading

Re: Urgent: Loading message resources from Database

2002-07-25 Thread Eddie Bush
Wouldn't it be possible to have a plug-in that would intialize the properties from a database and then ... yeah - that's the ticket! That's how I'd do it. If there is another existing way, I don't know what it is. Check out Chuck's book on theserverside.com and take a gander at the chapter

Urgent: Loading message resources from Database

2002-07-24 Thread Rajesh P
Hi, Can anybody give me the steps to fetch the message resources from a database table rather than from a .properties file. Please do help. Thanks in advance, Regards, Rajesh -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Urgent: Loading message resources from Database

2002-07-24 Thread Craig R. McClanahan
On Wed, 24 Jul 2002, Rajesh P wrote: Date: Wed, 24 Jul 2002 17:56:06 +0530 From: Rajesh P [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Urgent: Loading message resources from Database Hi, Can anybody give me the steps to fetch