`

GWT 1.3 Release Candidate 100% 开源

    博客分类:
  • AJAX
阅读更多

Googlewebtoolkit开发组在Google的blogger上正式宣布Google Web Toolkit从GWT 1.3 Release Candidate 起100%开源。开源协议采用 Apcache 2.0 协议。GWT 1.3 RC同时提供下载。

原文连接:http://googlewebtoolkit.blogspot.com/

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!

<!---->Technorati : GWT, Google Web Toolkit

分享到:
评论
2 楼 lewhwa 2006-12-20  
有专门的工具GWTDesigner.挺好用的。另外,Intellj也支持GWT.
1 楼 jvincent 2006-12-20  
正在用这个做项目,相关的工具能够出来就更好了。

相关推荐

    SmartGWT1.3 API

    SmartClient libraries + GWT 的结合物,由Sanjiv 大大创办,API 版本1.3

    smartgwt-1.3

    - SmartGWT是一个开源项目,由Intersystems公司维护,它将GWT的灵活性与企业级功能相结合。 - 该框架提供了大量的UI组件,如表格、树形视图、图表、表单等,以及数据绑定和自动化验证功能。 - 通过使用SmartGWT,...

    GWT开源项目pdune

    标题 "GWT开源项目pdune" 提到的是一个基于Google Web Toolkit (GWT) 的开源项目,名为"pdune"。GWT 是一种用于构建富互联网应用程序(RIA)的开放源代码开发框架,它允许开发者使用Java语言编写前端代码,并在...

    activeweb-gwt-1.3.jar

    官方版本,亲测可用

    activeweb-gwt-1.3-sources.jar

    官方版本,亲测可用

    GWT入门 GWT中文教程

    GWT,全称为Google Web Toolkit,是Google推出的一款开源JavaScript开发框架,允许Java开发者使用Java语言来编写Web应用。GWT通过编译器将Java代码转换为高效的JavaScript,从而在客户端浏览器上运行。这个“GWT入门...

    gwt 练习 gwt学习

    GWT,全称为Google Web Toolkit,是一个开源的Java框架,用于构建高性能、可维护的富互联网应用程序(RIA)。GWT允许开发者使用Java语言编写客户端代码,然后通过编译器将其转换为优化过的JavaScript,以便在各种...

    gwt-dev-2.6.0-rc4.zip

    标题 "gwt-dev-2.6.0-rc4.zip" 暗示这是一个与Google Web Toolkit (GWT)相关的开发工具包,具体版本为2.6.0的Release Candidate 4。GWT是一个开放源代码的Java框架,用于构建和优化富互联网应用程序(RIA)。这个...

    GWT快速开发(GWT) 是一个Java软件开发框架用于开发类似于Google Maps和Gmail的AJAX应用程序。GWT的设计参考Java AWT包设计,类命名规则、接口设计、事件监听等。你可以用Java编程语言开发你的界面,然后用GWT编译器将Java类转换成适合浏览器执行的...

    **Google Web Toolkit (GWT)** 是由Google推出的一款开源的Java开发框架,主要用于构建高度交互式的Web应用程序,特别是那些类似Google Maps和Gmail这样的AJAX应用。GWT的设计灵感来源于Java AWT包的设计理念,包括...

    GWT

    标题 "GWT" 指的是 Google Web Toolkit,这是一个开源的Java开发框架,主要用于构建高性能、跨浏览器的富互联网应用程序(Rich Internet Applications,简称RIA)。GWT通过将Java代码编译为JavaScript,使得开发者...

    smartgwt最新版本GWT的DEMO

    SmartGWT是基于Google Web Toolkit (GWT) 的一个开源框架,它为开发富互联网应用程序(RIA)提供了丰富的组件库和高级功能。SmartGWT的最新版本进一步提升了用户体验,简化了开发过程,提供了更多现代Web设计的需求...

    gwtext编写的小系统

    GWText是一个基于Google Web Toolkit (GWT) 和EXT GWT (GXT) 框架的开源项目,用于构建富互联网应用程序(Rich Internet Applications, RIA)。这个“gwtext编写的小系统”是一个示例项目,旨在帮助初学者理解如何...

    GWT技术文档详细解说

    GWT(Google Web Toolkit)是Google推出的一款开源的JavaScript开发框架,主要面向Java开发者,用于构建高性能、跨浏览器的Web应用程序。本技术文档将详细解释GWT的基本概念、安装过程、工程创建方法以及核心功能。 ...

    GWT Demo,GWT学习时的一些小例子

    GWT(Google Web Toolkit)是由Google开发的一款开源的JavaScript开发框架,主要用于构建高性能、跨浏览器的Web应用程序。GWT通过Java语言进行开发,并将Java代码编译成高效的JavaScript,使得开发者可以利用Java的...

    GWT-Dev_plugin firefox26 免费下载,GWT 火狐插件

    "rc1"表示这是该版本的候选发布1(Release Candidate 1),意味着它可能还不是最终版本,但在功能和稳定性上已经非常接近正式版。安装这个插件后,开发者就可以在Firefox 26中调试他们的GWT应用程序了。 总的来说,...

    GWT入门和进阶

    GWT,全称为Google Web Toolkit,是Google推出的一款开源JavaScript开发框架,用于构建高性能的、客户端的Web应用程序。GWT允许开发者使用Java语言编写代码,然后自动编译为优化过的JavaScript,使得开发者能够利用...

    GWT-API.rar

    GWT,全称为Google Web Toolkit,是一个开源的Java框架,用于构建高性能的、富交互式的Web应用程序。这个“GWT API.rar”压缩包包含了史上最全的GWT API文档,对于开发者来说是极其宝贵的资源,特别是在使用Java进行...

    gwt-2.8.2 SDK 最新下载 google web toolkit

    Google Web Toolkit(GWT)是Google推出的一款开源的、基于Java的Web开发框架,它允许开发者使用Java语言来编写前端应用程序。GWT-2.8.2是该SDK的一个版本,提供了最新的特性和改进,旨在简化Web应用的开发流程,...

Global site tag (gtag.js) - Google Analytics