Problem: I\'m trying to do a simple serialization of a HashMap with JAX-B in a JAX-RS application and running into extra output that I\'d like to avoid. The default serialization of the HashMap inclu
I\'m receiving LZMA compressed data via a request to a REST based web service.Is LZMA supported by the jax-rs specification?I\'m using the RESTEasy implementation of the JAX-RS spec. My app se开发者_S
RESTEasy (JAX-RS) allows dynamic dispatching via sub-resources.For instance: POST /customers/create {\"name\":\"Smith\",\"country\":\"jp\"}
For example, Play-framework supports RESTful services like this: RESTful on Play! framework How does this compare to something like Jax-RS Jersey implementation?Does a framework like Play run circles
With my very simple JAX-RS service I\'m using Tomcat with JDBC realm for authentication, therefore I\'m working the the JSR 250 annotations.
Is there a wa开发者_JAVA技巧y within the RESTEasy configuration (using 2.*) or jax-rs to not allow http access to any REST based web services?I want to only serve the web service end points under http
Is there any REST framework that supports programmatically addition of methods? I don\'t want to use annotations. I want to do开发者_开发知识库 something like this:
I\'m about to develop a JAX-RS based RESTful web service and I use MOXy开发者_C百科 (JAXB) in order to automatically generate my web service\'s JSON responses.
I would like to provide a flexible authentication method for my RESTful webservice - either via a HTML form or XML.I realize that I can make an AJAX call from the HTML form, but I thought a simpler me
I am hoping that Combinator parsers, (http://debasishg.blogspot.com/2008/04/external-dsls-made-easy-with-scala.html), will work for a design to process the routing rules for a REST service that is imp