Wednesday, 9 September 2009
ICEfaces with Google Translate Tutorial
« ILOG and ICEfaces webinar | Main | Ajax Push/Comet Panel and JSFSummit »Oleg Tikhonov has posted a developerWorks tutorial on ICEfaces with Google translate. It's a good introduction to ICEfaces, IBM WebSphere Community Edition, the Eclipse WTP tools for JSF, and the Google translate API. The google translate API looks very easy to use :
translatedText = Translate.translate(text, originalLanguage, translatedLanguage);
The next interesting thing would be to combine translation with push (for instance, a chat server with translation capability).
Technorati Tags: ajax eclipse google icefaces jsf translate websphere
Posted by at 12:03 PM in Entries by Ted Goddard