GWT lets you develop Ajax applications using Java Swing style programming. GWT使您能够使用Javaswing风格的编程开发Ajax应用程序。
This means that Ext GWT is configured, and you can use Ext's widgets. 这意味着已经配置了ExtGWT,因此可以使用Ext的小部件。
But let's start with downloading and installing GWT. 但首先请下载和安装GWT。
First you need to configure the application to use Ext GWT. 您首先需要将应用程序配置为可以使用ExtGWT。
GWT development continues to grow, and new features and add-on tools are being added all the time. GWT开发持续增长,始终在添加新功能和追加工具。
I use the method GWT. log(), which takes a string and a Throwable as arguments. 我使用GWT.log()方法,该方法使用字符串和Throwable作为参数。
The demo application requires that you install the GWT SDK on your system. 演示的应用程序要求必须在系统上安装GWTSDK。
You use the GWT Button widget to create three buttons, and then you add them to the panel. 您使用了GWTButton小部件来创建三个按钮,然后将其添加到面板中。
GWT also provides all the benefits of Java development, such as excellent IDE support with advanced debugging capabilities. GWT还提供Java开发的所有优势,比如出色的IDE支持和高级调试功能。
GWT provides the$ wnd and$ doc variables to refer to the window and document objects. GWT提供了$wnd和$doc变量,它们分别代表窗口和文档对象。
I hope this brief tour has given you a feel for GWT's capabilities and its limitations. 我希望这份简要的介绍能让您对GWT的功能和局限性有一定的了解。
Callback examples in most GWT books and online tutorials are implemented as anonymous inner classes. 大多数GWT书籍和在线教程中的回调示例是用匿名内部类实现的。
The GWT plug-in in Eclipse automatically creates a sample remote service. Eclipse中的GWT插件自动地创建一个示例远程服务。
This window contains error and log messages from GWT. 此窗口包含来自GWT的错误和日志消息。
This lets you use GWT independent of server technologies. 这使您能够独立使用GWT,而不依赖于服务器技术。
Also, your parameters and return value must be of types that GWT can serialize. 此外,参数和返回值必须属于GWT可以序列化的类型。
There are several strategies to integrate GWT with RESTful Web services. 有几种集成GWT和RESTfulWeb服务的策略。
Even if it did, regular expressions in GWT have syntactical differences when deployed as client and server code. 而且即使它实现了这个方法,在将GWT中的正则表达式部署到客户机和服务器代码时,也存在语义上的差异。
Obviously, this constrains the portability of a compiled GWT Web application. 显然,这限制了编译后的GWTWeb应用程序的移植性。
This file contains all the GWT user files that your application needs. 此文件包含应用程序所需的所有GWT用户文件。
In this article, you worked through the process of creating a single RPC using GWT. 在本文中,您了解了使用GWT创建单个RPC的过程。
You now know the blueprint for integrating XForms and GWT. 现在了解了集成XForms和GWT的蓝图。
To your slicr directory, move both your GWT-compiled JavaScript pages and your normally compiled Java classes. 将GWT编译的JavaScript页面和正常编译的Java类移至slicr目录。
GWT is a comprehensive framework that provides a great deal of useful functionality. GWT是一个全面的框架,提供了许多有用的功能。
GWT has created three important files. GWT已创建了三个重要的文件。
GWT's deferred binding architecture allows it to compile multiple versions of JavaScript for the various browsers. GWT的延迟绑定架构允许它针对各种浏览器编译多个版本的JavaScript。
GWT provides a simple programming model at design time, but a highly optimized runtime implementation. GWT在设计时提供了一个简单的编程模型,但提供了一个高度优化的运行时实现。
We have many developers using Google's Eclipse plugin to develop GWT-based applications targeting the JBoss Application Server. 我们有很多开发人员正在通过使用Google的Eclipse插件,来开发基于GWT的应用,这些应用可在JBoss的应用服务器中运行。
Analysis and Research of AJAX Applications Based on GWT 基于GWT技术开发AJAX应用的分析和研究
MyGWT is a plugin to GWT which wraps its native UI components with a ExtJS skin. MyGWT是一个GWT插件,它给GWT的原生UI组件包裹了一层ExtJS的皮肤。