[plt-scheme] Restart Web-server

From: David Storrs (david.storrs at gmail.com)
Date: Thu Nov 5 10:08:53 EST 2009

On Tue, Nov 3, 2009 at 7:10 PM, Japus <jasper.maes at gmail.com> wrote:

> Hello
>
> I'm imlementing an online game, Stratego and for that I use the PLT
> web-server. Everything goes well but I'm stuck trying to find out how
> I can force the browser to reload the servlet.
> An example:
> Player 1 is able to move a pawn and in the meanwhile Player 2 can't
> (which is obvious)
> When Player 1 is done, Player 2 can make a move but before he can do
> that he has to manually reload his browser. And that's what I'm trying
> to do automatically using some kind of variable and a controlling
> procedure that determines which browser should be refreshed.
>
> Thanks
>
> Jasper
>

Sounds to me like you just want to update the *page*, not the
servlet...after all, the code hasn't changed, right?

If that's the case, look into jquery http://jquery.com/

Dave
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20091105/72e5790b/attachment.html>

Posted on the users mailing list.