access internal eXist database from a Java client

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

access internal eXist database from a Java client

Michel Gangloff
Is it possible to access the Orbeon internal eXist database from a Java Client ?
 I would like to uses this possibility to upload an xml file into the database?


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: access internal eXist database from a Java client

richhl
On Fri, 17 Oct 2008 16:08:22 +0200
"Michel Gangloff" <[hidden email]> wrote:

> Is it possible to access the Orbeon internal eXist database from a Java Client ?
>  I would like to uses this possibility to upload an xml file into the database?

yes, you can download from exist web, execute the exist client $EXIST_DIR/bin/client.sh and access de database with an url like this one:

xmldb:exist://localhost:8080/orbeon/exist/xmlrpc

8080 is the port for my servlet container. you have to adjust to your settings....


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: access internal eXist database from a Java client

fl.schmitt(ops-users)
In reply to this post by Michel Gangloff
Michel,

> Is it possible to access the Orbeon internal eXist database from a Java
> Client ?

yes:
http://www.nabble.com/directly-eXist-access-to18797593.html#a18805374

in short:
you can start the client from the exist website:
http://demo.exist-db.org:8080/webstart/exist.jnlp
and point it to
xmldb:exist://localhost:8080/orbeon/exist/xmlrpc


HTH
florian


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws