I know to include gwt-servlet.jar in my WAR's WEB-INF/lib, but do I also 
need gwt-servlet-deps.jar in my deployed WAR?

Is gwt-servlet.jar the *only* GWT jar I should require for deployment? If 
not, what else?

If I must include gwt-serlvet-deps.jar, I'm *guessing* I should *not* include 
json.jar (from json.org), too. Right? (Until I started looking today, I 
didn't realize that json.org was included in gwt-serlvet-deps.jar.)

I'm trying to excise all unnecessary jars, having just spent 
an embarrassingly large amount of time with a class conflict due to Eclipse 
grabbing a class from gwt-dev.jar (org.apache.james.mime4j.
Base64OutputStream) when I wanted a class from Apache Commons Codec 1.7 
(org.apache.commons.codec.binary.Base64OutputStream) despite having 
imported the correct class (here's a shout out to folk on the Commons User 
List who helped me see the error).

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to