Sagi Mann wrote: > Hi, > I've created a resource adapter (JCA 1.5) that is based on HttpClient > 3.1. I call it from EJB's who need to access http servers. It's not > very fancy, but it may be a good start. Anyone interested? If so, > where do I post it?
If you just want to give it out, I would suggest a personal homepage. The ASF is rather strict in its licensing requirements. If you want to contribute it under the terms of the Apache License 2.0, you can open a JIRA issue (type: new feature) and attach it there. We will then have a look at the code and maybe move it to our contrib section. For the latter, it would be helpful if the package names match our structure, that is something like org.apache.commons.httpclient.contrib.xxx But you should expect several iterations of review and fixing before code goes to the contrib section. We might just leave it as an attachment to the JIRA issue and point people there when they ask. cheers, Roland --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
