Saturday 4 October 2008
By dgirard on Saturday 4 October 2008, 10:08
Unlike most of the other frameworks, GwtPHP is a framework for both client
and server part. In GwtPHP you don’t need to hack JavaScript, you work with
modern, object oriented languages. User intefrace (client) is programmed in
Java, then compiled by Google Web Toolkit (GWT) to browser-dependent
JavaScript. Server part uses PHP 5 - the most used web scripting language
today.
In France, I'm trying to convince the PHP community that GWT is not about
Java. It is about having a powerful and friendly client site technology. They
start to be receptive to this message. This kind of product will help me to
spread the word :-).
http://www.gwtphp.com/

Tuesday 30 September 2008
By dgirard on Tuesday 30 September 2008, 10:41
Sanjiv Jivan
Things are coming along great and users can expect a rather full featured
alpha release soon. I've been very pleased working with the SmartClient API's.
SmartClient has a very complete API and during the development of SmartGWT
things just worked! No corner cases, quirks or missing API's. A good percentage
of SmartGWT is being generated from metadata and uses GWT 1.5 features like
Overlays where appropriate so the alpha release is going to be quite stable and
perform well.
SmartGWT is
arriving soon!

Monday 22 September 2008
By dgirard on Monday 22 September 2008, 15:19
Georgios Georgopoulos
GWT Mosaic is a widget library for RIA application based on the standard GWT
widgets and event model, and, is also based on the gwt-dnd libary for all drag
& drop operations. GWT Mosaic is not an alternative to the GWT's widgets,
it tries to extend GWT by providing new widgets like the layout managers or use
widgets from other frameworks like GWT Incubator's glasspanel, date picker,
tables, trees and more.
The LayoutPanel (which extends GWT's AbsolutePanel) is the corner stone for
most of the widgets that are implemented. LayoutPanel is using absolute
positioning to layout widgets instead of relying on HTML layout. So far, three
layout managers are implemented: FillLayout, BoxLayout and BorderLayout.
Another very important widget that is missing from GWT standard widget set is
the WindowPanel. WindowPanel is based on GWT's DecoratedPopupPanel and is using
gwt-dnd for the moving and resizing.
The goal is to provide a complete widget set by keeping the API as close as
possible to the GWT's standard widgets API.
GWT Mosaic is licensed under Apache 2.0 like GWT/GWT Incubator and gwt-dnd.
http://code.google.com/p/gwt-mosaic/
GWT Mosaic
Showcase (need access to port 8880)
Update : Georgios has pushed a new link for the demo, it now uses the port 80.

By dgirard on Monday 22 September 2008, 12:09
Luciano Broussal :
PureMVC is a lightweight framework for creating applications based upon the
classic Model, View and Controller concept.
Based upon proven design patterns, this free, open source framework which
was originally implemented in the ActionScript 3 language for use with Adobe
Flex, Flash and AIR, is now available for GWT projects.
http://code.google.com/p/purevmc4gwt/

Thursday 18 September 2008
By dgirard on Thursday 18 September 2008, 09:49
Darrell Meyer
We are pleased to announce the release of Ext GWT 1.1. This release is
packed full of new features and components. Ext GWT 1.1 is a recommended
upgrade for all Ext GWT 1.0 users.
New Features : Grid, Grid Plugins, Grid Grouping, EditableGrid, ComboBox
Additions, Portals, Web Desktop.
Ext GWT 1.1
Released

Wednesday 17 September 2008
By dgirard on Wednesday 17 September 2008, 15:11
Here is what I've got in my GoogleApps Mailer :
"Fed up of GWT ? Try ZK - www. zkoss .org - Understanding why GWT is the
cause of problems on your project".
I don't like this FUD campaign.

By dgirard on Wednesday 17 September 2008, 11:57
A new version of GWT Ext is available. It now supports GWT 1.5.2 :
Thank you everyone for waiting. This release capture many bug fixes and
enhancements. In addition, we worked-around the GWT 1.5.2 bug for TreePanel and
TreeNode casting. For a detail view on what has been fixed, please look at
the
2.0.5 bug fixed list.
http://gwt-ext.com/forum/viewtopic.php?f=12&t=2695
Thanks to Olivier Chedru for the news.
Tuesday 16 September 2008
By dgirard on Tuesday 16 September 2008, 22:57
Charlie Collins just released a new version of GWT-Maven. This is a major
released. It includes support for GWT 1.5.2, more robust support of
GWTTestCase, support for i18n,...
This is all new code -
GWT-Maven 2.0-beta22
Thursday 11 September 2008
By dgirard on Thursday 11 September 2008, 11:32
Ronan Dunklau :
Tatami is an open source framework, which goal is to wrap dojo toolkit's
widgets in GWT. It is developed by Objet Direct and France Télécom. It is
licensed under LGPL, and hosted on google code.
This new release introduces wrapping of dojo's grid, number spinner and
encryption module, and is distributed for both GWT 1.4 and 1.5. It provides a
convenient way to use dojo widgets in GWT , and already ships widgets such as :
Dopdown date picker, Dropdown time picker, Fisheye menu, Slider, Toaster,
Dojo's GFX module,...
http://code.google.com/p/tatami/
Wednesday 10 September 2008
By dgirard on Wednesday 10 September 2008, 09:32
The Google Web Toolkit Team just release a version of GWT Incubator
compatible with GWT 1.5. It includes DatePicker, GlassPanel, FastTree,
SliderBar, ProgressBar, Spinner, Table, Logging API, GWTCanvas,
CssResource.
Demonstrations (I recommand you to try the canvas demo with Chrome and with
IE):
DatePicker,
GlassPanel,
FastTree,
SliderBar,
ProgressBar,
Spinner,
GWTCanvas

Thursday 4 September 2008
By dgirard on Thursday 4 September 2008, 15:10
Pierre Mage :
With Google
Chrome release, Didier Girard announces on onGWT :
"the browser is the platform".
But the platform is not dead yet. For instance, GWT in the AIR just released its
Milestone 1 version. A quick reminder: the aim of this project is to allow
the development of AIR
applications, i.e. desktop applications running on top of the Adobe AIR
runtime, from GWT code.
GWT in the AIR makes the Adobe AIR API available for GWT using JSNI. This
project also provides tools to ease "GWT in Adobe AIR" development includint
test tools. The weakness of this project is its lack of documentation but it
seems to be progressing. For the moment, the showcase and Adobe AIR
documentation should be your starting points.
Monday 1 September 2008
By dgirard on Monday 1 September 2008, 17:13
webtoolkit4.me :
For our GWT friends out there, a new php framework is about to be released
called GPF (GWT PHP Framework). The author states that the server part is
written in PHP 5 and it is going to be released soon.
More and more PHP developers are using GWT for the front end.
GPF (GWT PHP
Framework)

Tuesday 26 August 2008
By dgirard on Tuesday 26 August 2008, 16:45
Darrell Meyer :
Ext GWT 1.1 is right around the corner and incorporates the popular Portal
and Web Desktop interface.
Demos are helpful for "selling" GWT to customers.
Ext
GWT: Now with Portal and Web Desktop
Portal Demo
WebDesktop Demo

Saturday 3 May 2008
By dgirard on Saturday 3 May 2008, 09:38
Sanjiv
In light of ExtJS going GPL, I'd like to provide an update to GWT-Ext users
on the future direction of the project. While many users would like to see
GWT-Ext continue to provide an LGPL stack with Ext 2.0.2, a few others felt
that GWT-Ext should just go ahead and support the GPL versions of ExtJS.
Update on
future direction of GWT-Ext
Thursday 1 May 2008
By dgirard on Thursday 1 May 2008, 09:36
dani
The goal of this project is to develop an extensible platform to enable xmpp
communications in gwt applications. We're happy to announce the first public
release that includes the emite XMPP library, a complete instant messaging,
presence and multi-user chat implementation, and a ready to use, full featured
chat and rooms user interface built using extjs and gwt-ext. This is a pure-gwt
(no server side code) xmmp library, so it can scale as much as your
infrastructure can do. We hope gwt community finds this library useful to build
other xmpp based services.
Emite: XMPP for
GWT

Wednesday 30 April 2008
By dgirard on Wednesday 30 April 2008, 21:14
Darrell
Ext JS is pleased to announce the Ext GWT 1.0 beta2 release. This release
includes numerous enhancements and bug fixes since the beta1 release and is a
recommended upgrade for those using beta 1.
Ext GWT v1.0
Beta 2 Released
Wednesday 2 April 2008
By dgirard on Wednesday 2 April 2008, 20:53
BrightPages
we have a guest post from one of our incredibly talented
developers! It’s a hands-on tutorial for using Google Web Toolkit RPC with
AsyncCreator. We are currently working on a complete redesign of our site and
we are incorporating the Google Web Toolkit technology.
Using
Google Web Toolkit RPC with AsyncCreator | BrightPages
Saturday 29 March 2008
By dgirard on Saturday 29 March 2008, 19:23
sonatype-gwt-rest -- is a "generic" (low-level) fully compliant async REST
client for GWT that avoids "native" GWT RPC completely. This modules adds
"generic" capability to drive any JSON, XML or plain text enabled REST Service
from GWT client applications. Nexus is powered by restlet.org, hence this
client is usable with all REST services backed by restlet.org Java
framework.
NexusGwtUiArchitecture
- Nexus GWT - Trac
Tuesday 25 March 2008
By dgirard on Tuesday 25 March 2008, 09:54
darell
As most of you know, I said I would have the 1.0 code available on the March
24th. The code still needs work but I will still make it available. There are
many bugs and all the sample code has not been updated. However, if you want to
take a look now you can access SVN on the mygwt.net server.
Keep in mind there still might be a few minor tweaks to the API. I would look
at this as more of an early access peak at the code and not a release. Things
should be a lot more stable by next Monday, so if you have time you might want
to wait a week unless you are OK with bugs. Please do not post any bugs in the
forums for 1.0 until next week as I am probably already aware of them.
I will also provide a migration guide sometime next week.
It includes a
form widget.
http://mygwt.net/svn/trunk
http://mygwt.net/forum/viewtopic.php?p=4300#4300
Monday 24 March 2008
By dgirard on Monday 24 March 2008, 09:48
gwt.team.zundel
This document describes the JavaScript Interoperability (JSIO) library for
the Google Web Toolkit (GWT). These classes are for importing existing
JavaScript APIs and exporting Java functions to be used JavaScript code.
http://code.google.com/p/gwt-api-interop/wiki/JavaScriptInterOpLibrary