Wednesday, November 2, 2011

Re: How to create a shared lib/utility class (client/server) ?

Ah well ok that works. I have already done this in a different context (globally overwriting a GWT client class), don't know why it doesn't came into my mind :)

The only "small issue" that remains is that Eclipse always shows the VM implementation when clicking into the source code (jar library only contains VM .class + .java files and emulated GWT .java files without class files). Would be nice if Eclipse would jump to the emulated client source code but I don't think its possible. 
Although its working it just feels a bit odd if you suddenly see java.net.* classes if you use the lib only on client side.

-- J.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/3As7Q6QLjMEJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment