Check
http://code.google.com/webtoolkit/doc/1.6/DevGuideOrganizingProjects.html#DevGuideModuleXml
and, in particular, the "Dividing code into multiple modules" entry.
Good luck!
F.Kereki
On Nov 30, 11:32 am, tedpottel wrote:
> Hi,
>
> I would like to make some genrick classes that I could shar
You need to define a GWT Module.
- Module: build a jar with .class and .java inside. + gwt.xml file
- Application 1 & 2: add the jar to classpath && import the module.
On Mon, Nov 30, 2009 at 2:32 PM, tedpottel wrote:
> Hi,
>
> I would like to make some genrick classes that I could share betwe
Hi,
I would like to make some genrick classes that I could share between
multple gwt projects. Does anybody know how I would do this?
- Ted
--
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-