GWT 2.1 MVP & GIN Example

SO GWT 2.1 RC1 has been out for a few days now and there are some great developers out there who are really trying to help integrate GWT 2.1 with what most people are already using – the GWT GIN framework.

Now, there has been a lot of topics and discussions on how to use GIN in the new GWT 2.1 framework and one of the most active ones at this time is a bunch of guys who have helped me out beyond a doubt.  See the forum link here

Well, I’ve taken the advice of everyone on the forum and recreated the Contact Details example project I discussed in my previous blog post and used GIN this time to replace the Client Factory I used in the previous post.

The resulting code can be downloaded here.

Please note that this code is an amalgamation of all the contributors on the forum and I’d like to thank them immensely for assisting with this.