DO NOT REPLY [Bug 18293] - Loading language files does not use Resource Bundle

2003-03-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18293.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18293

Loading language files does not use Resource Bundle





--- Additional Comments From [EMAIL PROTECTED]  2003-03-26 23:00 ---
If MessageResource was modified to use ResourceBundle internally then
MessageResource will inherit all its functionality.  ie Loading from a class and
hierarchy construction.

For example: If I have a class that implements PropertyResourceBundle it is
found before the properties file of the same name.

In our case we can use this feature to write a PropertyResourceBundle class that
dynamicaly combines multiple properties files so the user can deal with just the
one property file.

This means MessageResource can use our language class as easily as other classes
when looking up languages resources.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 18293] - Loading language files does not use Resource Bundle

2003-03-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18293.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18293

Loading language files does not use Resource Bundle





--- Additional Comments From [EMAIL PROTECTED]  2003-03-25 00:03 ---
Michael, I am unclear as to why this bug was filed.

MessageResources uses a similar algorithm for findng and loading i18n'd files.

There is already an implementation of MessageResources that pulls from a
database (using OJB), and I'm about to release another (using Hibernate).

The OJBMessageResources is Open Source and licensed under the Apache Software
License.  It is freely available for download at:
http://sourceforge.net/projects/struts/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]