Sassy2spice
New Member
Complete newb to Jackrabbit and Java in general so bare with me. Looking through the jackrabbit API's there's no code samples just information. Does anyone know of any good tutorials with code samples? One specific example I'm struggling with is how to use getNodes or getChildNodes. \[code\]Iterator<Node> nodeExtend = rootPage.getNodes();while(nodeExtend.hasNext()){nodeExtend.getName();}\[/code\]This is probably wrong but any help is greatly appreciated. Thanks!