Florian Fray wrote: > Hi, > > I was wondering if integrating the HttpClient into the J2SE more > seamlessly would be of interest for other people as well!? > > The idea is enabling the java.net.URL.openConnection() returning a > bridge to the HTTP-Client. > > For quick tasks Suns implementation is okay, but you know best that > there's need for a full-blown HTTP-Client, right :) > > I've searched around for such an implementation, but didn't find > anything publicly available.
Florian, There is already something like that in the stock HttpClient implementation: org.apache.commons.httpclient.util.HttpURLConnection Is that what you had in mind? Ortwin > So far, I've implemented a prototype, so all I need is some info on > - if it's of interest > - a brief intro on your conventions for Code, Tests, Docs, contributing, > ... > > Best regards, > > Florian Fray --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
