Re: Apache Jackrabbit and basic Java interfacing
Joshua Paine <[email protected]>
| Newsgroups | gmane.comp.java.helma.general |
|---|---|
| Message-ID | <[email protected]> |
Stefan Rinner wrote: > this code is basically just a ripoff of http://www.ibm.com/ > developerworks/java/library/j-jcr/ I used the repository.xml file from that article along with your code (with my own values filled in for the first three vars--what the heck is a repository name?), but I didn't look before I pasted wrt the repository.xml, and some line breaks and/or spaces ended up in the middle of class names, resulting in breakage. Not at first understanding the true cause, I replace it with the repository.xml file from <http://www.onjava.com/lpt/a/6745> (which actually seems like it may be better anyway) and eventually achieved enlightenment and--just as important--a connection to the repository, apparently. I can't say I quite understand this code yet, but mostly just because my eyes start to glaze over when this.that.theotherthing.joe.schmoe.jim.bob etc. goes on and on. I think I can live with it for now and try to make up some objects for my repository. -Joshua