Hi,
I have a problem with the packaging of resource strings. Each language is made of a lot of resources, and takes about 25K. So this doesn't scale that well (we have 4 incomplete languages today, but it would be good to have many more).
I was considering adding ${catalina.home}/common/i18n/*.jar to the "common" loader repository list, with the JARs containing all the resource bundles. This would make it easy to add/remove a language.
Or we could say we don't care, and put everything in the individual JARs, regardless of the size or management problems. This is simpler.
Does someone have experience with this in other large Java applications ? How do they do it ?
Rémy
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]