- Google Web Toolkit 2 Application Development Cookbook
- Shamsuddin Ahammad
- 138字
- 2025-02-21 00:27:07
GWT4NB is the only plugin so far for NetBeans IDE to develop web applications using the Google Web Toolkit.
- Assistance in code editing for creating GWT EntryPoint, GWT RPC service, defining asynchronous methods, GWT modules, and so on
- Deployment, running, and debugging GWT applications from inside NetBeans
Download the latest version of GWT4NB from https://gwt4nb.dev.java.net
. The filename is org-netbeans-modules-gwt4nb.nbm
.
- Start NetBeans.
- Go to Tools | Plugins and click on the Downloaded tab.
- Click on the Add Plugins... button and open the org-netbeans-modules-gwt4nb.nbm file.
- Click on Install.
- Click on Next.
- Accept the License Agreement.
- Click on Install.
- Click on Continue when the Validation Warning window is displayed.
- Wait for the installation to complete and then click on Finish.
- Close the plugins dialog.