I would like to write an application where a Java Programm builds up a HTTP connection to a website and leaves this connection open. Wile the Java Programm is connected to the website it should show me all the AJAX updates which are made to the website without reloading it.
Just like a HTTP sniffer but just without opening a website in the browser but just by have it open through the Java Application.
Can anyone help me with that?
Thank you!
Daniel