Pushing content to browsers without registering java callbacks
To paraphrase from the white paper:-
"Pushlets are a servlet-based mechanism where data is pushed directly from server-side Java objects to (Dynamic) HTML pages within a client-browser without using Java applets or plug-ins. This allows a web page to be periodically updated by the server. The browser client uses JavaScript/Dynamic HTML features available in type 4+ browsers like NS and MSIE. "
The examples are nicely done, and have the major benefit that there's no download nuisance (as long as the browser has javascript enabled and W3C WAI AA accessibility is not an issue).
Flash remoting is another option, of course, but no-one here seems to want to try this (I wonder why not?).