Friday 27 February 2009
By dgirard on Friday 27 February 2009, 09:08
Sanjiv :
SmartGWT 1.0b2 has been released today. This release contains the much
awaited lightweight Enterprise Gray skin. The updated showcase can be viewed
here.
SmartGWT 1.0b2 is a stability release and contains various enhancements and
bug fixes. GWT 1.6 M2 is also supported. Along with performance improvements,
several new features and developer tools have been added. Some of the new
features are : full support for WebServices (WSDL), portal support, checkbox
selection for grids, and support for overlapping events in Calendars. A few new
samples including Portals have been added to the showcase. These can be found
under the New Samples side nav category.
SmartGWT
1.0b2 released with new Enterprise Skin
New Showcase
New
Samples

Sunday 8 February 2009
By dgirard on Sunday 8 February 2009, 10:33
John Gunther
I've released GChart 2.4, which features greatly improved hover feedback,
click event support, and more.
With this release, you can define what pops up when you hover over a
point by specifying an HTML "hover template" with embedded ant-like
parameters that GChart will expand relative to the hovered over point. Use
built-in parameters like ${x} and ${y} or define your own by implementing the
new HoverParameterInterpreter interface. The Chart Gallery has an example that
displays a moving 7-row window of data, centered on the hovered-over point,
that uses this technique.
If you need more control than HTML templates can provide, any GWT Widget can be
turned into a "hover widget" by implementing the new HoverUpdateable interface.
Since a GChart is aGWT Widget, that means you can have, say, a pie chart that
moves along with your mouse, displaying changing details about the hovered over
bar (the updated live demo does just that). See the Chart Gallery for examples
of using Buttons, Radio Button Groups, and (modeless) DialogBoxes as hover
widgets.
HomePage
Live demo
Release notes

By dgirard on Sunday 8 February 2009, 10:18
David Martin :
The goal behind this project was to provide a component acting as the jQuery
TimePicker.
GWT Time
Picker
Demonstration
jQuery
TimePicker

Saturday 3 January 2009
By dgirard on Saturday 3 January 2009, 08:28
Sven Strohschein
The first final version of GWTEventService was exactly released yesterday
(2008-12-31). Version 0.9 was really near to be final. In version 1.0 we
integrated some improvements like optimized logging and some bug fixes with low
priority. The manual and developer guide for GWTEventService 1.0 have been
completed and got for example new chapters for deployment, building with Apache
Ant and a new FAQ chapter. The developers may be glad about the more
comfortable build scripts and the new build / deploy script for the demo
application to deploy it to other web servers.
http://code.google.com/p/gwteventservice/
Friday 2 January 2009
By dgirard on Friday 2 January 2009, 18:08
wiki.apexdevnet.com :
Along the way we demonstrate Google Gears, Google Web Toolkit (to build a
nice Ajax interface), and the use of Apache Axis to access Force.com through
its remote Web services API. The source code for the application is available,
as well as screencast showing it in action.
Old but useful
Building Offline Force.com Applications with Google Gears and Google Web
Toolkit
Source
Building Offline Salesforce Apps with Google Gears
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
