Hi everyone

I am trying to develop a widget which should be deployed as a standalone 
JAR. The widget references a DataTable from the 
com.google.gwt.visualization.Visualization package. 
So I added the <inherits name="com.google.gwt.visualization.Visualization"/> 
to the module XML and reference the JAR in eclipse as external JAR. 
I use the export as JAR function of eclipse to create the JAR file of my 
user-created widget. However what happens with the visualization.jar file 
and the package respectively?

Should the Visualization.jar file be included in the user-created widget JAR 
 or should the GWT Application which is referencing the user-created widget 
make sure that the visualization.jar is in the classpath?

What's the recommended approach?

thanks in advance

cheers
Ümit

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to