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
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
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: annotations, deferred binding, dependencies, dependency injection, example, factory, factory interface, gin, google, google web, gwt, GWT Tutorial, Java, junit test, plugin, reflection, unit tests, web toolkit
Posted in GWT GIN
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: AutoBeans, entity beans, example, factory, factory interface, google, gwt, GWT Tutorial, junit test, model factory
Posted in GWT AutoBeans