Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Server round-trips can be heavy for implementing some types of client-side behavior. For example, what if you're tracking the coordinates of a mouse-over on an image. Doing a round-trip to check the mouse cursor location against some state on the server would be prohibitive. What if you could simply ship that the Java code for those checks and their associated state to the client?

...