I have a couple of (probably trivial) questions about how to set up my
GWT project (I use GWT 2.0 together with eclipse and the gwt-plugin):
1) Instead of letting gwt-servlet.jar be located in WEB-INF/lib
statically, I believe it is more clean if the jar from the appropriate
GWT-version is copied to lib/ at build time. Otherwise I may end up
with a jar from one GWT-version in lib/ and compiling the project with
another GWT-version from {$GWT-HOME}. Do you agree? I guess it's
easiest to do this with the "ant" build tool, but how do I make the
"compile" button in eclipse call the ant appropriately?
And how do I see, what commands the "compile button" currently is
executing in order to compile my GWT application?
2) Most of my server side RPC service implementation will need to
read various context-specific settings from property files. But where
should I place these property-files? Somewhere under WEB-INF/lib/ I
guess? How do I refer to these files in the code?
--
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.