Is there any easy way to provide a case-insensitive URLs in a JAX-RS web service? The goal of this is to produce a web service which is a "lenient acceptor."1
I imagine ...
I'm working on designing a RESTFul service which provides CRUD operations for various domain objects. One such object is Person.
We have the following services:
I read some websites rest APIs , most urls of this APIs are just like www.abc.com/test?param=11¶m=22 however in books teaching REST, most of urls are like www.abc.com/test/11/22 .
Whats the difference? ...
We are developing a restful api using jersey (1.9.1) and tomcat 5.5.
A given resource is identified with a urn and we would like to address a specific instance of that resource. ...
I searched this forum.. found a similar topic but not the answer... Case: I am implementing a REST framework with Jersey.. My server is Jetty.. Link: The base of my implementation and problem...How do i create an embedded Jetty instance that uses Jersey Alright, now the exception thrown.. 2010-03-03 06:17:38,930 ERROR [httpSSLWorkerThread-80-3] StatisticsManager.getStats - Error updating Stream Service .. GET http://10.100.7.10:43001/srm/stats ...