ongwt.com

Go to content | Go to menu | Go to search

Thursday 25 September 2008

Google API Libraries for GWT

Pierre Mage :

A great news for GWT users: Google just announced a release candidate of Google Maps API for GWT. It is a nice API that not only gives access to Google Maps API from GWT but also allows to add GWT widgets to Map! But that is not all. This library is just part of Google API Libraries for GWT which is not limited to Google Maps. It also gives access to Gears (I use this part in the project I am currently working for), Gadgets and Google AJAX Search API.
I join GWT teams to invite you to test and comment on this libraries.

Wednesday 17 September 2008

GWT-Ext 2.0.5

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 05 February 2008

Google Web Toolkit in 60 slides

Friday 04 January 2008

GWT Conference- Conversation with Josh Bloch

Joshua J. Bloch is a software engineer, currently a Principal Engineer at Google. He led the design and implementation of numerous Java platform features, including the Java Collections Framework, the java.math package, and the assert mechanism. He is the author of Effective Java, which won the 2001 Jolt Award.

Saturday 22 December 2007

GWT, Gears, javascript and java : Interview with Dion Almaer at Javapolis

Dion Almaer, co-founder of ajaxian.com, now works at Google on the Gears project. He is an architect, mentor, pragmatic and evangelist of technologies such as Ajax and J2EE. In this interview he gives its vision on Javascript for corporate developers, GWT, Gears, Java & Google,...
It was a real pleasure for me to meet Dion.
This interview was recorded at Javapolis. Permalink !

Saturday 15 December 2007

Javapolis GWT Session

It was really fun for me to be on stage with Dick Wall. He is really a great speaker. The room was full. I think that there was more than 1200 attendees. It shows that GWT is really a hot technology.

My presentation runs with the "Demo Effect" :  I got a bug in Powerpoint ;-) that disturbed me a lot :-(.

The MyForm Demo is available here : MyForm. You can test it if you add it in the Orkut Sandbox OpenSocial Container. Just sign for a account : http://sandbox.orkut.com

Here are the slides :

Thursday 08 November 2007

An updated GWT 1.4 release : 1.4.61

Scott Blum :

It's come to our attention that the GWT 1.4 release (1.4.60) shipped with a bug that can sometimes cause a compiled application to fail to load up in Internet Explorer. An error will be generated including the words "Operation Aborted". Most applications are unaffected, but affection applications may fail either intermittently or constantly. The problem seems to be a timing issue related to how long it takes the page to render.

An updated GWT 1.4 release

Friday 02 November 2007

OpenSocial has been publicly announced

OpenSocial API
http://code.google.com/apis/opensocial/

OpenSocial developers
http://groups.google.com/group/opensocial-api

OpenSocial container developers
http://groups.google.com/group/opensocial-container

Because I have beta test this API, I think that we (GWT developers) can provide very nice application for OpenSocial.
I will provide soon a basic GWT OpenSocial API.

Tuesday 23 October 2007

Flex vs GWT vs Echo2

JayV

Past 2 weeks I needed to investigate the best framework to port the front-end of a Java/Swing framework to a rich web UI environment.
The contenders:

  • Adobe Flex2
  • GWT (Google Web Toolkit)
  • NextApp Echo2

Flex vs GWT vs Echo2

Wednesday 10 October 2007

GWT FAQ : Login Security

reinierz

This article describes how to do the following:

    * Create a 'login' page that is based on user/password authentication.
    * Store this data in a secure fashion on your server.
    * Allow users to 'remain logged in' for as long as you want so they don't have to enter their user name and password every time.
    * Make 'auto-complete' features of most modern browsers work with your GWT's login page.
    * Discussion on adding more security with either HTTPS or fancy hashing algorithm.

Login Security

- page 1 de 20