Bug 14680 - Internationalization should have an XML implementation!
Summary: Internationalization should have an XML implementation!
Status: RESOLVED WONTFIX
Alias: None
Product: Taglibs
Classification: Unclassified
Component: I18N Taglib (show other bugs)
Version: 1.0
Hardware: All other
: P3 enhancement (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-19 15:34 UTC by Colbert Philippe
Modified: 2009-07-10 00:34 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Colbert Philippe 2002-11-19 15:34:57 UTC
Currently the ResourceBundle has only 2 implementations 1) 
PropertyResourceBundle 2) ListResourceBundle.

The ListResourceBundle requires creating java classes and is not practical for 
large applications.

The PropertyResourceBundle is better but uses property files.  Property files 
are a poor way to manage large text like websites (obviously).  So the 
PropertyResourceBundle is not practival for any application of big size.

It seems to me that the only practical solution is to support multiple 
languages in a website is by using XML.  The i18n tags should have an 
implementation of ResourceBundle that gets text data from XML files.  This 
should be easy to program.

I think any programmer would agree with my suggestion.

Regards
Comment 1 Henri Yandell 2009-07-10 00:34:11 UTC
JSTL replaced the i18n taglib, so this won't be worked on.