Tag Archive

GWT GIN and Dependency Injection

Published on April 9, 2012 By Jeff Richley

  History and Theory of GIN Several years ago, the Google Brainiacs delivered a dependency injection framework called Guice. The idea behind Guice is to let the framework create all of your dependencies and you simply tell it what types of objects you would like to have to do your job. The Guice system will [...]

Installing the GWT Eclipse Plugin in 6 Easy Steps

Published on November 11, 2011 By Jeff Richley

This may seem like a simple GWT Tutorial but I have been asked several times how to install the GWT Eclipse Plugin. I think part of the confusion is that there are two installs that you can use. This shows how to install the kitchen sink plugin so you can do all the really cool [...]