Hi, I read in the javadoc JcrRemotingServlet (http://jackrabbit.apache.org/api/2.1/org/apache/jackrabbit/server/remoting/davex/JcrRemotingServlet.html) it's possible to do a "batch read" - an HTTP GET I suppose ? in json format.
Could you please give me an exemple, because I understand nothing. I want to do an HTTP GET to get the value of a jcr node, and a response in json format. Thanks.
