I have an image gallery project that displays images one by one. I want it to be a composite so that I can use it in other project.
Is that possible? How?
If you use gwtdesigner
there is an option to do it from eclipse: https://developers.google.com/web-toolkit/tools/gwtdesigner/wizards/gwt/library
But the normal way, is:
.gwt.xml
file, and remove the entry-point tag.client
folder, assets into the public
one, and server code into the server
one..jar
file. IMPORTANT: you must pack your source files in it. gwt.xml
of those gwt projects using your library.