Hello,
I'm having a hard time trying to figure out how to connect to my
servlet ;)
The docs seem to suggest that all I have to do is add something like
<servlet path='/userdetails'
class='de.uni_regensburg.www_ifs.Portal.server.UserDetailsServiceImpl'/>
to the APP.gwt.xml. But that doesn't really do anything.
http://localhost:8888/userdetails makes the shell think it needs to
load the module "userdetails" instead.
any suggestions?
thanks, Rolf