Here is the result : Demonstration
|
|
|
I have a strange behaviour. If you see the following popup when loading, just click "Cancel".
Next step : add Google Gears :-).
To content | To menu | To search
Tuesday 19 February 2008
By dgirard on Tuesday 19 February 2008, 19:40
Here is the result : Demonstration
|
|
|
I have a strange behaviour. If you see the following popup when loading, just click "Cancel".
Next step : add Google Gears :-).
Sunday 3 February 2008
By dgirard on Sunday 3 February 2008, 18:29 - GWT Library
Writing a Gadget:
public class MyGadget extends
Gadget) that is default instantiable.NeedsFoo interfaces.
init(UserPreferences). The order in which the setters are called is
undefined.Tuesday 17 April 2007
By dgirard on Tuesday 17 April 2007, 14:22 - GWT tips and tricks
Sound with GWT using Delicious PlaytaggerDelicous introduced a nice little tool called playtagger which allows you to turn links to mp3’s into playable links. That is it inserts a little playbutton next to all mp3 links on a page. Its a nice small script that they’ve released for anyone to use.
This was a perfect solution for getting sound effects in gpokr, which is a texas holdem poker application written with GWT.
Monday 16 April 2007
By dgirard on Monday 16 April 2007, 07:25 - GWT Misc
InterestingI'm doing a prototype that tries to provide a very thin client UI layer. I'm wrapping things up, still having some issues with controlling the history
Monday 19 March 2007
By dgirard on Monday 19 March 2007, 07:35 - GWT Article
Building a Regular Website with the Google Web ToolkitMany nice and home-grown websites contain a navigation bar. But without a special design tool a navigation bar is not easy to build because it typically involves JavaScript programming. My idea was to build a simple and convenient tool such that a non-technical person with basic knowledge about static HTML can easily include a corresponding navigation bar in its pages.

Thursday 15 March 2007
By dgirard on Thursday 15 March 2007, 07:50 - GWT tips and tricks
dgirard :How can I assure, that the RPC method is called and answer is waited for?
Problem with RPCI have just done it with a transparent image, it works perfectly.

Wednesday 14 March 2007
By dgirard on Wednesday 14 March 2007, 07:11 - GWT Slides
By dgirard on Wednesday 14 March 2007, 03:05 - GWT Misc
Tuesday 13 March 2007
By dgirard on Tuesday 13 March 2007, 07:50 - GWT tips and tricks
Google Web Toolkit. RPC. HowTo: Specify ServiceEntryPoint in properties filePhilip McCarthy noted that GWT has a design flow: you have to specify ServiceEntryPoint in your Java code, which constrains the portability of a compiled GWT Web application.

Monday 12 March 2007
By dgirard on Monday 12 March 2007, 07:20 - GWT Misc
GWT and Java 1.5GWT and Java 1.5 I writing a little web app using the nifty Google Web Toolkit (it is a really nice bit of work) when I received a very troubling warning from the GWT compiler - I was using Java 1.5 language features (in particular, Generics) while the GWT only supports Java 1.4.

Saturday 10 March 2007
By dgirard on Saturday 10 March 2007, 07:07 - GWT Misc
Very interesting answer from Dan MorillI have been planning to migrate a business application from C#/ASP.Net to the Java world. After spending a lot of time looking at different frameworks, I have decided upon GWT. I have put together a layout and app framework, where I can quickly add pages and interact with JBoss EJB. With only a fraction of the total work done, the file size is already 311 KB. Should I be concerned about the size at all? Are there any guidelines on how to keep the file size under check? At this point, other than this concern, I'm pretty happy with GWT.

Thursday 8 March 2007
By dgirard on Thursday 8 March 2007, 07:05 - GWT Article
This article describes how to integrate JFreeChart and GWT. It assumes development is being done in Eclipse. It also assumes that the reader has an understanding on how Remote Procedure Calls (RPCs) are created and accessed in GWT. For more information on this, go to the GWT Developer Guide (apparently I can't have urls in my post since I'm new, so just do a web search and find it) and follow the Remote Procedure Calls link.

Wednesday 7 March 2007
By dgirard on Wednesday 7 March 2007, 07:58 - GWT Misc
Bad question, bad answer...What is missing here is GWT! What's surprising is that Google is not using GWT for its critical online service, which almost all of them are AJAX-based or have AJAX veneer: GMail, GMaps, GReader, GDocs, GSpreadsheet, GAJAX-Search, GFinance, GHomePage, ... none of them use GWT! The question is, why did Google develop GWT if it cannot use it? And by the way who is using GWT ?

Tuesday 6 March 2007
By dgirard on Tuesday 6 March 2007, 08:04 - GWT Misc
Developing Portlets with GWTThanks to the work of Diligent Team GWT and Portlet together are now possible.
