Hi,
after reading your documentation and example code there's one thing I
couldn't quite figure out: how does the client code know which URL to
access on the server?
For example, in your example at
http://g.georgovassilis.googlepages.com/usingthegwtcontroller
you say "In our example the complete URL to the service would be
http://localhost:8080/gw-wl-sl/controller/add.rpc". I can see how you
arrive at this URL by looking at the (server side) configuration, but
how does the client code know? Could you briefly explain the mechanics
of, or should I say the magic behind this?
On a side note, here is a small nitpick: nearly every tarball I
download and unpack (and I have unpacked a LOT of tarballs) will
create a single directory named after the tarball. In nearly every
case I can rely on "tar xzf foo-1.2.3.tar.gz; cd foo-1.2.3" working -
or, more importantly, I can rely on un-tarring not polluting my
current working directory with more than one subdirectory. This
doesn't work for your tarball though. I know that there is a different
convention for zip files, but for tar balls I would suggest to stick
with this unwritten rule.
Thanks again,
Julian