GWT AutoBeans

Using GWT Autobeans in JUnit Tests

Posted by on April 2, 2012 at 8:11 pm

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