What is the jar that I should include to use this package:
import com.google.gwt.autobean.server;
I try to use the following class on the servlet:
AutoBeanFactoryMagic
I use GWT 2.4
Thanks
Its now called AutoBeanFactorySource
in the com.google.web.bindery.autobean.vm
package, within the requestfactory-server.jar
, requestfactory-client.jar
, gwt-user.jar
and gwt-servlet.jar
(we're working on modularization to avoid such duplication).