You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jackrabbit.apache.org by Mark Phillips <ma...@mophilly.com> on 2010/11/19 16:45:19 UTC

Using http to interact with jackrabbit

I am new to this list and to jackrabbit. I need to add search capability to a WebDAV client written in a scripting language, not java. I have, and continue to, read the documents on jackrabbit website. I would very grateful for links to info about integrating jackrabbit into desktop clients.  

Is it possible to communicate with jackrabbit via http, as I currently do with the webDAV client? 

If I use the postgresql data manager config, is it acceptable or reasonable to interrogate the postgresql database independently of the jackrabbit API?

Thanks,

 - Mark

Re: Using http to interact with jackrabbit

Posted by Mark Phillips <ma...@mophilly.com>.
On Nov 19, 2010, at 7:59 AM, Nicolas Betheuil wrote:

> About the http part, you will find what you expect with DavEX.
[snip]
> For the second part, i extrapolate a little because i haven't tried with this implementation but only oracle, all what you have in the db is blob so you will not go very far..

Thank you, Nicolas. Very helpful.

 - Mark


RE: Using http to interact with jackrabbit

Posted by Nicolas Betheuil <Ni...@europe.adp.com>.
Hi,

About the http part, you will find what you expect with DavEX.
You can find all what you need in the standalone apps or webapp http://host:port/remoting/ or http://host:port/<webappcontext>/remoting/

The original doc is
http://jackrabbit.apache.org/api/2.1/org/apache/jackrabbit/server/remoting/davex/JcrRemotingServlet.html

For the second part, i extrapolate a little because i haven't tried with this implementation but only oracle, all what you have in the db is blob so you will not go very far..


Have a great we
Nicolas

-----Message d'origine-----
De : Mark Phillips [mailto:mark.phillips@mophilly.com] 
Envoyé : vendredi 19 novembre 2010 16:45
À : users@jackrabbit.apache.org
Objet : Using http to interact with jackrabbit

I am new to this list and to jackrabbit. I need to add search capability to a WebDAV client written in a scripting language, not java. I have, and continue to, read the documents on jackrabbit website. I would very grateful for links to info about integrating jackrabbit into desktop clients.  

Is it possible to communicate with jackrabbit via http, as I currently do with the webDAV client? 

If I use the postgresql data manager config, is it acceptable or reasonable to interrogate the postgresql database independently of the jackrabbit API?

Thanks,

 - Mark