Spiff
Spiff

Reputation: 4104

Jar containing AutoBeanFactoryMagic

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

Answers (2)

Thomas Broyer
Thomas Broyer

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

Bastl
Bastl

Reputation: 3006

http://google-web-toolkit.googlecode.com/svn/javadoc/2.3/com/google/gwt/autobean/server/AutoBeanFactoryMagic.html

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

Related Questions