Latest CFDJ Article

My latest CFDJ article, "Add Localization to Your Web Site" has just been published. Enjoy.

Archived Comments

Comment 1 by Nando Breiter posted on 2/13/2004 at 9:46 PM

Ray, what's the advantage of doing your localization via Java in this way, over say storing language specific values in a data base or in an WDDX file? Looks impressive ... but i don't quite get it yet.

Comment 2 by Raymond Camden posted on 2/13/2004 at 9:55 PM

One advantage is that the resource bundles are in a standard format - and there are tools out there that generate RBs in such a manner so you can reuse them.

Comment 3 by ksuh posted on 2/13/2004 at 11:08 PM

Good article. I'm glad that you used the Java classes, for the reason you stated above.