Archive for April, 2012

Hiring GWT Jobs – 4 Developers

April 26, 2012

4 GWT Jobs Available I wanted to put a word out to everyone that may be interested in working with GWT and other high end technologies such as the Casandra NoSQL database. The job is focused on high end scalable systems targeted for the tech generation of the Navy and Marine Corp.  We use GWT for [...]

Posted in GWT Job No Comments »

GWT Upload in 3 Easy Steps

April 12, 2012

3 steps for uploading files in GWT There are several very fancy and easy to use GWT Upload libraries that you can use in your applications but sometimes you just need a very simple interface to add an upload functionality to your application.  While the GWT client side of the upload process is the easiest [...]

Posted in GWT Development No Comments »

GWT GIN and Dependency Injection

April 9, 2012

  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 [...]

Tags: , , , , , , , , , , , , , , , , ,
Posted in GWT GIN No Comments »

Using GWT Autobeans in JUnit Tests

April 2, 2012

GWT AutoBeans Where GWT AutoBeans Started GWT has created an awesome framework called AutoBeans. It was originally created to be part of the backing to the GWT RequestFactory change management. The basics is that given an interface that extends ValueProxy which represents a bean (using the typical getters and setters), AutoBeans does the actual creation [...]

Tags: , , , , , , , , ,
Posted in GWT AutoBeans 1 Comment »