You can use servlets, but your web.xml isn't read, you have to declare them
in your gwt.xml using a <servlet /> element ("the old way"). You'll
generally create a specific gwt.xml that <inherits/> the module you want to
test and adds the <servlet/> declarations.
Have a look at GWT's own unit tests, e.g.
http://code.google.com/p/google-web-toolkit/source/browse/trunk/user/test/com/google/gwt/user/FormPanelTest.gwt.xml
--
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.