1. 首页
  2. 编程语言
  3. Java
  4. Guice教程(Google)

Guice教程(Google)

上传者: 2018-12-25 06:58:09上传 PDF文件 1.83MB 热度 50次
The Google Web Toolkit (GWT) is a nifty framework that Java programmers can use to create Ajax applications. The GWT allows you to create an Ajax application in your favorite IDE, such as IntelliJ IDEA or Eclipse, using paradigms and mechanisms similar to programming a Java Swing application. After you code the application in Java, the GWT's tools generate the JavaScript code the application needs. You can also use typical Java project tools such as JUnit and Ant when creating GWT applications. The GWT is a free download, and you can freely distribute the client- and server-side code you create with the framework. This shortcut explains how to get started with the GWT, and then demonstrates how to create a simple Ajax application.
下载地址
用户评论
码姐姐匿名网友 2018-12-25 06:58:09

官方英文版图书,看了一小半,看不下去了。