VOTG
[Logo] JavaRanch » JavaRanch Saloon
  Search | FAQ | Recent Topics | Hot Topics
Register / Login


Reply Bookmark it! Watch this topic JavaRanch » Forums » Engineering » OO, Patterns, UML and Refactoring
 
RSS feed
 
New topic
Author

Where to start for adding i18n support to existing large J2EE based Web Application ?

Akram Chotu
Ranch Hand

Joined: Apr 18, 2006
Messages: 41

I started on a new assignment where I need to work on a software maintanenace project consisting of a large enterprise java/j2ee based web application that is 10 years old. We need to introduce Internationalization(i18n) support to this web application.
This j2ee based web application uses technologies like java, oracle database, jsp, javascript, websphere v6.1 application server struts, web services, spring, xml, jms, ejb etc and this web application is mostly (oracle) database driven.

Now my question is, can you explain where do we start on this effort of adding i18n support to this large j2ee web application. Initially our focus is to support languages like Spanish, French and later extend to other languages.
Can you please suggest some good books, internet URL's etc. where I can look at for adding i18n support for these kind existing large j2ee based web application?
how to add i18n support to the existing large oracle based database ?

Appreciate your timely help.
Henry Pinkerton
Ranch Hand

Joined: Apr 16, 2008
Messages: 1266

The Struts Framework has good support for Internationalization. If this application uses Struts, then this would be a good place to start. Any good book about Struts will cover this material. My favorite was Programming Jakarta Struts by Chuck Cavaness.

Good luck!
Akram Chotu
Ranch Hand

Joined: Apr 18, 2006
Messages: 41

Thank you James

appreciate more thoughts on this subject from fellow JavaRanchers ?
Brice Giesbrecht
Greenhorn

Joined: Mar 18, 2010
Messages: 3

Hi Akram. It really depends on what you have right now and what you need to do. (Where are you, and where are you going?)

Is your data already i18n in Oracle? Are you using n-types and a unicode (utf-8 or utf-16) character set? Do your i18n requirements include the actual data in Oracle or just the display mechanism?

Struts does have nice i18n support but it is not your only option. Most of the i18n in MVC frameworks have the same set of tasks, they just may vary a bit on how they do it. Resource bundles, tag libs, proper contentType encoding, etc. can be used outside of established MVCs but ymmv.

Here is a link that may help your creative/problem-solving juices start to flow: http://rizafar.blogspot.com/2007/07/internationalization-spring-upon-it.html

-Brice
Akram Chotu
Ranch Hand

Joined: Apr 18, 2006
Messages: 41

Thank you Brice.
 
 
 
Reply Bookmark it! Watch this topic JavaRanch » Forums » Engineering » OO, Patterns, UML and Refactoring
 
RSS feed
 
New topic
IntelliJ open source