Hi folks, I've added some nice features requested by users to the upcoming i18n component in the sandbox: You can now easily plug-in your own custom message provider. This is very useful if you already have tons of localized messages on weird places (e.g. databases). Writing a message provider is as simple as implementing a single method. I've also added a ResourceBundle-based message provider that uses the built-in Java functionality for locating and handling resource bundles. This one is very useful if you already have tons of localized messages in some property files and nevertheless want to use the i18n component to take advantage of late localization binding, localized exception handling and message bundles.
Cheers, Daniel --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
