Googlewebtoolkit开发组在Google的blogger上正式宣布Google Web Toolkit从GWT 1.3 Release Candidate 起100%开源。开源协议采用 Apcache 2.0 协议。GWT 1.3 RC同时提供下载。
Today is quite a milestone for Google Web Toolkit: with the
GWT 1.3 Release Candidate, our team is very happy to announce that all of GWT is open source under the
Apache 2.0 license. There's a lot to say, but let's start with our mission:
"To radically improve the web experience for users by enabling developers to use existing Java tools to build no-compromise AJAX for any modern browser."
Since our primary mission is to help users (as opposed to hoarding proprietary development tools), opening up GWT has always been a no-brainer -- we just had to decide when. Now that GWT has some serious adoption and a
lively user community, open-sourcing is the obvious next step to help GWT evolve more quickly.
And we're committed to doing this the Right Way. All of our development will be done in the open, and we're going to be working directly from
the GWT project on Google Code. We've created a charter document ("
Making GWT Better") that describes the philosophical foundations of GWT as well as the nuts and bolts of
compiling GWT yourself,
contributing code, and participating in the new
Google Web Toolkit Contributors group. We'll be discussing the
GWT roadmap and all technical decisions publicly, we've republished the
GWT web site documentation under a
Creative Commons license, and, while we're at it, we'll be publishing our team meeting notes to the contributors group.
So, what's new in this 1.3 RC? Well, nothing, actually. The only thing that has intentionally changed since
GWT 1.2 is the open source thing. However, since we did have to tweak a lot of source code and the GWT build scripts to make it easy for anyone to compile, we want to be conservative and call this a Release Candidate anyway. Once we hear enough success stories with the 1.3 RC, we'll call it 1.3 Final then get back to full-speed-ahead coding as we drive toward a nice big GWT 1.4.
So there you have it, GWT is open source!
相关推荐
SmartClient libraries + GWT 的结合物,由Sanjiv 大大创办,API 版本1.3
这个名为"smartgwt-1.3"的压缩包文件很可能包含了SmartGWT框架的1.3版本的源代码、库文件和其他相关资源。SmartGWT是基于Google Web Toolkit (GWT) 的扩展,它提供了丰富的用户界面组件和高级功能,旨在简化开发人员...
标题 "gwt java ajax programming source code" 暗示了这个压缩包可能包含与Google Web Toolkit (GWT)、Java和Ajax编程相关的源代码。GWT是一个开源的开发框架,它允许开发者使用Java语言来编写客户端的Web应用程序...
官方版本,亲测可用
官方版本,亲测可用
标题 "gwt-maven-archetype source code" 暗示了我们正在讨论一个与Google Web Toolkit (GWT) 和 Maven 相关的项目模板。GWT 是一个用于开发富互联网应用程序(RIA)的开放源代码框架,它允许开发者使用 Java 语言...
GWT,全称为Google Web Toolkit,是一个开源的Java框架,用于构建高性能、可维护的富互联网应用程序(RIA)。GWT允许开发者使用Java语言编写客户端代码,然后通过编译器将其转换为优化过的JavaScript,以便在各种...
GWT,全称为Google Web Toolkit,是Google推出的一款开源JavaScript开发框架,允许Java开发者使用Java语言来编写Web应用。GWT通过编译器将Java代码转换为高效的JavaScript,从而在客户端浏览器上运行。这个“GWT入门...
标题 "gwt java ajax programming source code2" 暗示我们关注的是Google Web Toolkit (GWT)、Ajax以及Java编程相关的源代码。GWT是一种开放源码的开发框架,允许开发者使用Java语言来构建高性能、跨平台的Web应用...
### Maven2 + GWT 详细配置指南 #### 一、环境变量配置 为了确保Maven2和GWT能够正常工作,我们需要对环境变量进行一系列的配置。这些配置主要是定义几个关键变量及其对应的值: 1. **JAVA_HOME** - **变量名**...
GWT提供了`GWT.isClient()`方法判断当前代码是在哪一侧运行。 4.6 **其他功能** - **事件处理**:GWT提供了丰富的事件处理机制,类似于Java Swing的事件模型。 - **RPC通信**:使用GWT Remote Procedure Call ...
`gwt-property-source-0.2.zip`是一个开源项目,其主要目标是简化这个过程,为GWT应用提供一种在编译时就能访问和集成配置值的方法。 项目`gwt-property-source`提供了以下关键功能和概念: 1. **编译时配置**:...
Gwt中文手册,GWt入门Gwt中文手册,GWt入门Gwt中文手册,GWt入门
标题 "GWT" 指的是 Google Web Toolkit,这是一个开源的Java开发框架,主要用于构建高性能、跨浏览器的富互联网应用程序(Rich Internet Applications,简称RIA)。GWT通过将Java代码编译为JavaScript,使得开发者...
### GWT快速开发知识点详解 #### 一、GWT简介 **Google Web Toolkit (GWT)** 是由Google推出的一款开源的Java开发框架,主要用于构建高度交互式的Web应用程序,特别是那些类似Google Maps和Gmail这样的AJAX应用。...
里面东西很多,都是关于GWT-COMET的内容,实现gwt的服务器推技术,包括gwt-comet-examples-...gwt-comet-1.2.3.jar:jar包,gwt-example:聊天实例源代码(.java的),gwt-event-source-1.0.0.jar:comet事件源jar包。
"rc1"表示这是该版本的候选发布1(Release Candidate 1),意味着它可能还不是最终版本,但在功能和稳定性上已经非常接近正式版。安装这个插件后,开发者就可以在Firefox 26中调试他们的GWT应用程序了。 总的来说,...
GWT-source指的是GWT项目的源码,通常可以从GitHub这样的版本控制系统获取。 在GWT-source中,我们可以深入理解GWT的工作原理和内部机制。以下是一些相关的知识点: 1. **Java到JavaScript的编译**:GWT的核心功能...