GWT version differences - gwt

I am new to GWT. Just wondering to find differences in various releases of GWT ? I am not able to find differences in net even. Any references? links?
Anyhelp would be appreciated.
Thanks,
Priya.R

Release Notes for GWT is probably what you looking for.

Related

Is there a Confluence plugin based on SVG-edit?

I'm impressed by the ease of use of SVG-edit, having a sketch editor like that in Confluence would be great! I could not find such a plugin, does anyone know more?
The answer is now yes, there is, see this new Confluence plugin

A sample gwt project using requestFactory, activites and places

Links to any sample gwt project using requestFactory, activites and places?
Thank you.
I found this post from David Chandler very helpful. It discusses a sample project (source code here) using Request Factory, Objectify and Activities and Places.
The project is also discussed in this Google I/O talk. The difference from the original project is that in the talk they use GWTP for the MVP part. You should check out GWTP also as it really simplifies developing with MVP.
My experience with the roo plugin for GWT and GAE wasn't very good. It wasn't very mature when I looked at it (around March 2011), but maybe things have changed since then. For example you had to compile from trunk, as the latest stable version had some bugs, and even then a many to many relation between entities wasn't supported. Documentation was kind of scarce also.
The MobileWebApp sample from the GWT SDK ?
http://code.google.com/p/google-web-toolkit/source/browse/tags/2.4.0/samples/mobilewebapp/

Is there any GWT fork around?

I know that GWT is open-source and freely available. However just a curious question, is there any GWT fork around? I know one that can be considered which is Vaadin.
Cheers.
You did already answer your question, but there are others. The first that comes to mind is Pyjamas, which is actually a Python to Javascript compiler.

Eclipse RCP - good Eclipse Forms tutorial/resource

I'm looking for resources to learn how to use effectively Eclipse forms within an Eclipse RCP application. I was trying to use the newest SWT Window Builder plugin on Indigo but building forms this way doesn't really work for me eg. cannot put anything inside expandable composite etc. (I have Swing background with Netbeans designer) and I'm new to SWT.
All I can find so far is this quite old tutorial from 2005.
Any help, point to good tutorial/book/source code sample will be highly appreciated.
I've found http://www.vogella.de/ to be invaluable.
Not much changed actually since the old 2005 tutorial so it's still very usable.
Check these out in addition too:
Eclipse Forms: New in 3.3
DeveloperWorks article on making forms Web-like
Cheers,
Max
I've also got the hint to start with vogella but after the first 2 topics I realized It's to hard to start with.
What helped me much more was to create each example/sample project and look for the source. Once you understood how all works you can lookup at vogella what you exactly need.

GWT MVP Example

Does anyone know a good production scale open source project written with GWT and the MVP pattern. I am flip flopping on a few approaches to design and wanted to see if I could find a project that tackled similar issues.
My answer comes a bit late, but I hope it can be useful. The largest example of a GWT application using MVP that I've found is Apache hupa. It uses gwt-presenter.
How about gwt-mvp-sample ? :)