2010/6/13, Alexander Klimetschek <[email protected]>: > On Thu, Jun 10, 2010 at 23:37, Ista Pouss <[email protected]> wrote: >> 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. > > Have you looked at Apache Sling? It provides a thin web application > layer on top of JCR, including built-in servlets to retrieve nodes as > JSON. > > http://sling.apache.org/ >
Yes, but according to javadoc of JcrRemotingServlet, there is same or similar in JcrRemotingServlet :-) So I should want to understand how works JcrRemotingServlet, because I use jackrabbit :-) Thanks.
