Yes but it isn't clear how to share code between the client and server
-- especially in the case the original poster mentioned: org.w3c.dom.*
We were forced to wrap all the org.w3c.dom interfaces in classes that
implement the com.google.gwt.client.xml interfaces.
I understand that GWT can't implement some parts of org.w3c.dom.*
(e.g. namespaces) but rather than introduce a new interface I would
rather have had errors in those cases. The truly best situation would
be if the org.w3c.dom interfaces were defined as extending the
com.google.gwt.client.xml interfaces. But I don't see how that could
be done.