[DGD] How to make a Java applet modify a web page

Jared Maddox absinthdraco at gmail.com
Sun Feb 15 02:39:35 CET 2015


> Date: Fri, 13 Feb 2015 12:56:14 -0800
> From: Raymond Jennings <shentino at gmail.com>
> To: All about DGD and Hydra <dgd at dworkin.nl>
> Subject: Re: [DGD] How to make a Java applet modify a web page
> Message-ID:
>         <CAGDaZ_qysXL7cbh+mxRXuU9QhAbrQTkmU9kLCSAm2H-M9pEe_A at mail.gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> Just did some research to find out what websockets actually are.
>
> Are they pervasive enough that I can safely assume user's browsers will
> support them?
>

Depends on what you're willing to NOT support. Certain minor browsers
still don't support Javascript. Regardless, I'd advise sticking to the
HTML/CSS/Javasript(WebSockets/AJAX/Comet) approach. If you can support
all three of those then you should be covered (disclaimer: I would use
Comet as little as possible, and most likely only in whatever
"client-boot" code you may require).

WebSockets and AJAX should probably be considered alternatives to each
other. Involving Java seems to me to be patently unnecessary
(especially since you might be able to run multiple AJAX requests at
once).



More information about the DGD mailing list