I have no idea what you are asking, but you give no example of the problem.
Since the Java compile is just a java compile (nothing GWT about it), I'm
sure you can use import java.net.*; in your server side code.

Google does provide another compiler to convert all the java code intended
for the client -- which is compiled to javascript -- not java bytecode --
and it may have its own issues since you can only reference a limited set of
the JRE standard classes (and it really doesn't use those classes which are
in Java, but has its own versions that are client-ready to be converted to
javascript).

--

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.


Reply via email to