[gwt-contrib] Re: Regarding Transliteration - Incorrect output

2009-09-01 Thread Miroslav Pokorny
Hi This group is not for general gwt help and questions - try the regular gwt group. Some suggestions: 1/ don't write java code inside a jsp. Move it into a real class and write up some tests. Write tests for all the main steps showing inputs and expected outputs. 2/ what do you actually

[gwt-contrib] Re: Regarding Transliteration - Incorrect output

2009-09-01 Thread Eric Ayers
Hi Jitesh, Have you looked at the Google Language API for GWT? It wraps up the Google JavaScript translation and transliteration APIs and makes it eaiser to use with GWT. See: http://code.google.com/p/gwt-google-apis Thereis be sample code and documentation you can take a look at. If you nee