Google Plugin for Eclipse
The Google Plugin for Eclipse is the fastest way to start developing Google Web Toolkit and App Engine applications, letting you
go from installing the plugin to deploying an Ajax "Hello World" in minutes. See the
Quick Start guide to install the plugin and create your first web application.
Don't worry if you don't already have the GWT and App Engine SDKs; the plugin installation can download them for you.
The plugin currently supports Google Web Toolkit and Google App Engine development.
Here are just a few of the features the plugin provides to speed your development process.
New Web Application Wizard
Quickly create web applications that use GWT and/or App Engine. Your new application is fully-configured and ready to go.
Web Application Launch Configurations
Run or debug your web application locally using custom launch configurations.
Support for Google Web Toolkit
- Development Mode View: inspect your debugging logs and manage the GWT code server right from EclipseNew!
- UiBinder support: template editor with auto-completion, as-you-type validation of template and owner classes, and creation wizardNew!
- Recognition of inline JavaScript (JSNI): Java reference auto-completionNew!, syntax highlighting, auto-indenting, Java Search and Refactoring integration
- Validation, quick fixes, and refactoring supportNew! to keep your RPC interfaces in sync
- New ClientBundle wizard and as-you-type validation of ClientBundle interfacesNew!
- GWT compiler shortcuts and configuration UI
- Wizards to create entry points, modules and HTML pages
- Support for GWT JUnit tests
Support for Google App Engine
- Easy deployment to App Engine
- As-you-type validation ensures that your code is compatible with App Engine
- Build projects and 'enhance' JDO classes automatically without the need for ANT
Find out more in the full reference for the plugin.