On 7 nov, 02:56, Jack <[email protected]> wrote: > Ok it works like a charm with a custom RequestTransport and a custom > header. Thanks for that tip! > > But RequestFactory docs should really mention what to add to web.xml > and that you need a json implementation from json.org and a > javax.validation implementation in your server classpath to make > things work with Eclipse + GWT Plugin + Jetty. Otherwise you got some > nice java.lang.NoClassDefFoundError from jetty.
You can use the gwt-servlet-deps.jar which includes those required dependencies (unless you're using Maven, in which case you'd add dependencies to javax.validation and json in your pom) -- 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.
