Hi Oleg, I googled for examples of Restful web service request/response and found maybe one or two references that may work. Seems having the headers of the request setup correctly is important which makes sense. I will look some more before I try coding something.
Regards, -Tony Anecito JavaOne 2010 Dukes Award Winner Future of Java Founder MyUniPortal ________________________________ From: Tony Anecito <[email protected]> To: HttpClient User Discussion <[email protected]> Sent: Tuesday, March 26, 2013 6:54 PM Subject: Re: [ANNOUNCEMENT] HttpComponents HttpCore 4.3-beta1 Released Hi Oleg, Looks like I can not use this. I use Jersey for Rest web services and do not see a way to use what you have. Maybe I am wrong? Thanks, -Tony ________________________________ From: Oleg Kalnichevski <[email protected]> To: Tony Anecito <[email protected]> Cc: HttpClient User Discussion <mailto:[email protected]> Sent: Tuesday, March 26, 2013 1:36 PM Subject: Re: [ANNOUNCEMENT] HttpComponents HttpCore 4.3-beta1 Released On Tue, 2013-03-26 at 11:56 -0700, Tony Anecito wrote: > Hi Oleg, > > I am using commons-httpclient-3.1.jar. Is that needed for your example for > 4.3-beta 1? > No, it is not. Oleg > Regards, > -Tony > > > > > ________________________________ > From: Oleg Kalnichevski <[email protected]> > To: Tony Anecito <[email protected]> > Cc: HttpClient User Discussion <mailto:[email protected]> > Sent: Monday, March 25, 2013 2:05 PM > Subject: Re: [ANNOUNCEMENT] HttpComponents HttpCore 4.3-beta1 Released > > On Mon, 2013-03-25 at 12:14 -0700, Tony Anecito wrote: > > Hi, > > > > I have a couple of questions that center around migration to 4.3 beta 1. > > > > 1. Can I use a httpclient 4.1 front end with a 4.3 beta 1 server side code? > > Absolutely. Both sides simply talk HTTP to one another but otherwise are > fully independent. > > > 2. I am using http commons and wondering if I need to use that with this > > 4.3 beta release. > > I am not sure I understand what you are referring to by http commons > > > 3. What version of jackson JSON works with this 4.3 beta 1? > > HttpCore is content agnostic. There are restrictions as to how the > content of HTTP messages is generated and processed > > > 4. I am using client side http connection pooling. What do you recommend > > and do you have an example using 4.3 beta 1? > > > > Please see this demo app as an example > > https://svn.apache.org/repos/asf/httpcomponents/httpcore/tags/4.3-beta1/httpcore/src/examples/org/apache/http/examples/ElementalPoolingHttpGet.java > > Hope this helps > > Oleg > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: mailto:[email protected] > For additional commands, e-mail: mailto:[email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: mailto:[email protected] For additional commands, e-mail: mailto:[email protected]
