Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Need help in testing RESTFUL SERVICE PATCH(Need help in testing RESTFUL SERVICE PATCH)
Need help in testing RESTFUL SERVICE PATCH [message #1277727] Wed, 26 March 2014 11:30 Go to next message
Suganya Chandrasekaran is currently offline Suganya ChandrasekaranFriend
Messages: 2
Registered: March 2014
Junior Member

I am able to test Get and Put methods using the below one

import com.sun.jersey.api.client.ClientResponse;
import com.sun.jersey.api.client.WebResource;
import com.sun.jersey.api.client.ClientResponse.Status;

where as PATCH is not available in the above webresource
can someone please suggest , how to Test PATCH

Thanks
Re: Need help in testing RESTFUL SERVICE PATCH [message #1277757 is a reply to message #1277727] Wed, 26 March 2014 12:33 Go to previous messageGo to next message
Eric Rizzo is currently offline Eric RizzoFriend
Messages: 3070
Registered: July 2009
Senior Member
What does this have to do with Eclipse? These forums are for Eclipse-related topics only.
Re: Need help in testing RESTFUL SERVICE PATCH [message #1278302 is a reply to message #1277757] Thu, 27 March 2014 06:28 Go to previous messageGo to next message
Suganya Chandrasekaran is currently offline Suganya ChandrasekaranFriend
Messages: 2
Registered: March 2014
Junior Member
Let me rephrase my question. How to test RESTFUL Service .PATCH in Eclipse.

Thanks
Re: Need help in testing RESTFUL SERVICE PATCH [message #1279004 is a reply to message #1278302] Fri, 28 March 2014 05:33 Go to previous message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

On 03/27/2014 12:28 AM, Suganya Chandrasekaran wrote:
> Let me rephrase my question. How to test RESTFUL Service .PATCH in Eclipse.
>
> Thanks

You haven't understood. This has nothing whatsoever to do with Eclipse.

You "test" PATCH the same way you test GET, PUT, POST, DELETE and
HEAD--by however you decide to test them. Eclipse is not in the mix here.

If you want suggestions that go well beyond the purpose of this forum, I
could make one, but I'm not going to give you a whole exposé on how to
test HTTP servlets, ReSTful or otherwise.

My suggestion is that you check out REST-assured. I've used it. It's
pretty cool.

Hope this helps.
Previous Topic:Avast Internet Security blocks eclipse debug mode
Next Topic:JNI shared library not found
Goto Forum:
  


Current Time: Fri Apr 26 03:08:33 GMT 2024

Powered by FUDForum. Page generated in 0.08145 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top