Re: Database For Resource Properties

2006-02-24 Thread James Mitchell
There's an old implementation here: http://sourceforge.net/project/showfiles.php?group_id=49385 Look for 'Message Resources Impls', there is a version of the struts- example (Mailreader) that uses a database instead of property files. -- James Mitchell EdgeTech, Inc. http://edgetechservices.ne

Re: Database For Resource Properties

2006-02-24 Thread Jim Reynolds
Laurie Thanks for the email That is what I would like to do... and hear this talked about quite a bit. Problem is I do not know where to begin. This bit > resource bundle implementation that loads its content from the database. > Then configure Struts with a custom ResourceBundleFactory (in >

Re: Database For Resource Properties

2006-02-24 Thread Laurie Harper
Jim Reynolds wrote: I have a scenario where our site allows users to enter foreign languages in a database. So at anytime, the value of a langage value can change. So I am unable to use the message resources as they are static between server bumps. Anyway, it would be great if I could actually c

Database For Resource Properties

2006-02-24 Thread Jim Reynolds
I have a scenario where our site allows users to enter foreign languages in a database. So at anytime, the value of a langage value can change. So I am unable to use the message resources as they are static between server bumps. Anyway, it would be great if I could actually create some type of mec