Comet without AJAX
- by Carl Whalley
Suppose I only had the regular J2SE http libraries but wanted to write a
client for comet, say in Android etc, but not limited to that, i.e. not using a WebView. Since there's no browser I'm assuming you'd have to open the long term connections yourself ... is this feasible?