2006/01/19
Wow, that’s pretty complex coding for such a simple task, no? I’d opt for java.net (bugs, quirks, and all), or other Java client HTTP APIs (the two HTTPClient projects come to mind).
(link) [del.icio.us/distobj]
(link) [del.icio.us/distobj]
The Restlet framework also supports client-side and server-side applications, using the exact same API.
For client-side implementation of the API, it uses pluggable connectors based on JDK’s HttpUrlConnection or Apache HTTP Client.