Reputation: 4104
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
Upvotes: 0
Views: 113
Reputation: 64541
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).
Upvotes: 1
Reputation: 3006
Note the note: AutoBeans has moved to com.google.web.bindery.autobeans. This package will be removed in a future version of GWT.
Probably you are searching for the wrong thing....
Upvotes: 1