Yeah all program state will be lost but that's ok for my application.

Any idea on how to do that catch-all mapping though? I don't know what
the term for this is so searching is not going well, I am guessing I
have to do something with the url-pattern in the <servlet-mapping>
section:

  <servlet-mapping>
    <servlet-name>greetServlet</servlet-name>
    <url-pattern>/*</url-pattern>
  </servlet-mapping>


On Apr 6, 6:42 am, kozura <koz...@gmail.com> wrote:
> Yes you should be able to do a servlet mapping something like that to
> deal with the server side.  But seriously consider that client side
> code will be restarting every time they change the content being
> viewed.  All program state will be lost.

-- 
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-tool...@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