Tuesday, January 25, 2011

Installing and Configuring the Eclipse IDE for GWT development

Installing and Configuring the Eclipse IDE for GWT development

  1. Download and run the Eclipse IDE for Java EE Developers installer package from the eclipse download website to install the Eclipse IDE on your system.
  2. Follow the step-by-step instructions to install the Google Plugin for Eclipse and optionally the Google Web Toolkit SDK and the Google App Engine SDK. In the process of the steps, give it a local name of Google Web Toolkit and be sure to select all the components for installation. After the components have downloaded, click the next button and then select the I accept terms of use radio button and then finally click the finish button.
  3. Run through this tutorial to write your first GWT web app using Eclipse as the IDE.
  4. Use the same procedure that you followed in step 2 to download and install the GWT Designer
  5. GWT Designer is a visual interface builder that generates the code as you visually build your user interface. Read the GWT Designer User Guide

No comments:

Post a Comment