Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > Testing I18N web applications.

Reply
Thread Tools

Testing I18N web applications.

 
 
Gilbert Ostlethwaite
Guest
Posts: n/a
 
      02-07-2008
Hi

I'm trying to write a web-app that needs to accept form data using
either English, Greek or Russian characters. As a native English
speaker my system is set up with an English keyboard. I'm currently
constructing my unit tests by "manually" creating unicode strings that
I pass to my app, but frankly this is becoming a PITA.

Does anyone know of a java, web based "virtual keyboard" package that
I can use either directly enter or capture text to feed into my web-
app. An additional nicety would be the ability to frontend a text-
editor with this virtual keyboard to facilitate creating
internationalised resource packages to present error messages, labels
etc in multiple languages.

Any hints about how the "professionals" approach creating and testing
an appiication that needs to support input/output in multiple
languages would be appreciated.

Regards

 
Reply With Quote
 
 
 
 
RedGrittyBrick
Guest
Posts: n/a
 
      02-07-2008
Gilbert Ostlethwaite wrote:
> I'm trying to write a web-app that needs to accept form data using
> either English, Greek or Russian characters. As a native English
> speaker my system is set up with an English keyboard. I'm currently
> constructing my unit tests by "manually" creating unicode strings that
> I pass to my app, but frankly this is becoming a PITA.
>
> Does anyone know of a java, web based "virtual keyboard" package that
> I can use either directly enter or capture text to feed into my web-
> app. An additional nicety would be the ability to frontend a text-
> editor with this virtual keyboard to facilitate creating
> internationalised resource packages to present error messages, labels
> etc in multiple languages.


Isn't that what your OS's IMEs do?
http://en.wikipedia.org/wiki/Input_method_editor

e.g.
http://www.microsoft.com/windows/ie/...e/default.mspx

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: How to create I18N properties files including double-byte characters ? Harald Hein Java 1 11-18-2003 02:46 AM
sample struts w/ I18N and validator David Thielen Java 0 08-02-2003 02:07 AM
TILES: How to i18n a put Jack Java 0 07-25-2003 01:32 PM
i18n using resource bundle Kent Tong Java 2 07-16-2003 08:38 AM
Struts validate method: I18N error messages Klaus Java 0 07-02-2003 08:45 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57