RSS
 

Archive for novembre, 2007

GWT and char

09 nov

GWT transforms the char type variables into their ASCII code. it does not have too much importance if you use GWT only in « java ». On the other hand the combined use of GWT and Javascript can cause surprises. Thus if you use scripts which test the characteres on their values and not their ASCII code it will be necessary to pass by from String in java.

It is good to know

 
1 Comment

Posted in Javascript

 

GWT et les CHAR

09 nov

GWT transforme les variables de type char en leur code ascii. Ca n’a pas trop d’importance si vous utilisez GWT uniquement en « java ». Par contre l’utilisation combinée de GWT et de javascript peut provoquer des surprises. Donc si vous utilisez des scripts qui testent les characteres sur leurs valeurs et non leurs code ascii il faudra passer par des String en java.

C’est bon à savoir