Sean,

There is no javascript interpreter on the server side. Everything on the
server runs in the java VM. On the client side, everything is javascript
when running a compiled app.

In development mode, things get a little confusing. Where possible, your
client side code runs in the Java VM, and any javascript (JSNI, JSO, DOM
access, etc...) gets run in the browser. The bridge that makes this possible
is the devmode plugin.

Hope that clears things up.

On Wed, Nov 3, 2010 at 8:36 PM, Sean <[email protected]> wrote:

> Looking at JSNI and JavaScript Overlays, the documentation is not very
> clear about where the JS <> Java jumping can occur.
>
> I realize the thinking is on the client side, but I am looking to see
> if there is a type of Javascript Interpreter on the server-side.
>
> Thanks. Sean.
>
> --
> 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]<google-web-toolkit%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
>

-- 
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