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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Its now called
AutoBeanFactorySourcein thecom.google.web.bindery.autobean.vmpackage, within therequestfactory-server.jar,requestfactory-client.jar,gwt-user.jarandgwt-servlet.jar(we’re working on modularization to avoid such duplication).