I'm assuming you are using Eclipse and that db.Employee is something you use
on the client side somehow.
You need a module file, say:
de.stsch.j2ee.db.DB.gwt.xml
In the main project's properties, in Java Build Path, under Projects,
include the sub-project.
In the main project's module file, you need to inherit the subproject,
something like:
<inherits name='cde.stsch.j2ee.db.DB'/>
And that, as far as I remember, is it.
If it doesn't work, let me know and I'll do it for real as opposed to from
memory.
Cheers,
Ian
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---