On Thu, 2007-04-19 at 05:53 +0200, 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.
> 

Hi Florian

I _personally_ am not sure there is a lot of practical value in
HttpURLConnection adapter for HttpClient. The whole point of using
HttpClient is to be able to make use of its more flexible API. If the
URLConnection API works for you, you might as well use the default HTTP
implementation shipped with your JRE of choice. 

Having said all that, I want to assure you we'll happily take this code
as a contribution to the project.

> 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, ...
> 

We are pretty liberal about the code we accept to the semi-official
'contrib' package. Just open a Jira issue and attach the code to it once
it is ready for the first round of reviews.

Oleg

> Best regards,
> 
> Florian Fray
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to