Search Results

3
votes

Can you send dynamic data to a processing applet?

The easiest way is to construct your own XML structure (base64 encode binary data if you need) and add a timer in your applet to retrieve updates from the server (through HTTP requests). How to pre …