GWT Introduction

GWT Introduction :
  1. To simply put ‘Write JavaScript using JAVA’
  2. And in a little more detail
  3. Compiles JAVA code into JavaScript code
  4. Takes care of cross browser compatibility by generating a browser specific code
  5. Not client side alone. Has a deployable server side components (which is not compiled into JavaScript)
  6. Client communicates to server via GWT-RPC call (if services are written using GWT),
  7. Supports http calls using JSON and XML format
  8. Supports AJAX calls
  9. With JSNI (Javascript native interface) can mix javascript code with java code
  10. java can call javascript method
  11. javascript can call java method


Enter your email address to get our daily JOBS & INTERVIEW FAQ's Straight to your Inbox.

Make sure to activate your subscription by clicking on the activation link sent to your email