I have a GWTTestCase that validates some GETs and POSTs to a servlet.
The servlet starts up a little differently than the traditional
servlets. So I can't use the builtin unit test servlet bootstrap in
module.gwt.xml.
It's easiest if I can run any pure java methods. When I tried this, I
got compiler errors saying no client side code of my pure java stuff.
Is there a way around this?

Thanks

-- 
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-tool...@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