Thank you for your reply. First eXist is a xml database. I want to use the eXist in my project. Also I need to use javax.jcr.Repository to upload or read xml files or other files.
How should I do? Can you give an example? Dave Brosius-2 wrote: > > Start with implementing a class that implements javax.jcr.Repository. > > This is the starting point. As you implement this class, you will need to > implement lots of other classes, to satisfy the interface. > > But that should drive your understanding of what you need to do. > > --dave > > ----- Original Message ----- > From: "xing007008" <[EMAIL PROTECTED]> > To: <[email protected]> > Sent: Saturday, September 20, 2008 10:04 PM > Subject: How to use jsr170 to write and read the eXist xml-db > > >> >> I want to use jsr170 to write and read the eXist xml-db >> >> But how can I do? >> -- >> View this message in context: >> http://www.nabble.com/How-to-use-jsr170-to-write-and-read-the-eXist-xml-db-tp19591199p19591199.html >> Sent from the Jackrabbit - Dev mailing list archive at Nabble.com. >> > > > -- View this message in context: http://www.nabble.com/How-to-use-jsr170-to-write-and-read-the-eXist-xml-db-tp19591199p19591279.html Sent from the Jackrabbit - Dev mailing list archive at Nabble.com.
