Software internationalization
|
Thursday Apr 10, 2008
Updating timezone data in older Java VMs
Wouldn't it be nice if you could install the latest version of the JDK or JRE in your production environment? But maybe you just can't do that because of your company policy, testing cycles, or adoption process. Unfortunately, whether you can update or not, things change. Some things affect your application whether you want them to or not. For example, as timezone data changes, software must change to keep pace. Wouldn't it be great if you could update just the timezone data in your existing vm...might be easier to get approval for that instead of approval to replace your complete JDK/JRE. The Timezone Updater Tool allows you to update timezone data in older JDK/JREs. Using the updater tool, you're able to update the data without updating the entire JDK/JRE. You can learn more about this product from the online article Timezone Updater Tool. Posted at 09:52PM Apr 10, 2008 by John O'Conner in Java |
Tuesday Apr 01, 2008
Internationalization improvements in Java SE 6
One important strength of the Java Platform, Standard Edition (Java SE) has always been its internationalization and localization support. The platform continues to evolve, and Java SE 6 provides developers even more control over how they access and use locale-sensitive resources in their applications. Java SE 6 provides the following major enhancements to its internationalization support:
Find out more about these features and more by reading the online article Internationalization Enhancements in Java SE 6. Posted at 12:12AM Apr 01, 2008 by John O'Conner in Java |
Friday Mar 28, 2008
Working with months in Java Calendar
Earlier I mentioned that many of the Posted at 09:29AM Mar 28, 2008 by John O'Conner in Java |
Thursday Mar 27, 2008
Finer control with a Resource Control
Storing localized resources for your Java applications usually means creating a Here's an example. The enforced caching of resources was a common complaint for server applications. Can you imagine your app being up for 299 straight days without a hitch...something perhaps to brag about...but now you have to bring it down because you want to change a single localized resource bundle that's stuck in the JRE cache?
Now you don't have to bring down an application to update resources. You have more control over how your applications cache resource bundles. You no longer have to store them as
How is that possible? Why is
You can read about Posted at 08:00AM Mar 27, 2008 by John O'Conner in Java |
Wednesday Mar 26, 2008
International Domain Names The internet's core infrastructure, including domain name servers and name resolvers just doesn't handle non-ASCII characters very well. That's why java.net.IDN is so useful.[Read More] Posted at 10:03PM Mar 26, 2008 by John O'Conner in Java | |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||