If you're going to maintain 2 versions, then I'd rather put the GWT-specific 
one in the super-source path, so that GWT will use it while the server will 
use the other one; they both have the same name and package so your code 
that uses them is "portable".
(if you don't know what super-source is, it's what GWT uses to emulate 
classes from the Java Runtime, and you can take advantage of it too; see 
http://code.google.com/webtoolkit/doc/latest/DevGuideOrganizingProjects.html#DevGuideModuleXml
 )

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

Reply via email to