On Friday, April 8, 2011 10:02:38 PM UTC+2, Diego Lovison wrote:
>
> For example in JavaScript I can write the code, save on database, ...
>

You can do exactly the same in GWT as you are able to do in pure JavaScript. 
The reason is that there is this JSNI interface that lets you access the 
"lower level". i.e. you can write a native void runRule(Element e, String 
code) /*-{ ... }-*/ function that takes an element of them dom and some 
javascript code acting on it. (I have never done this, but it is something 
along that.)

H

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to