JCR requires lookup of children by name and/or position (for orderable children), so the implementation needs to support all these cases efficiently. The trickiest one to handle is probably Node.getNodes(String namePattern) because it requires using both name and position together.
Jeff -- View this message in context: http://n4.nabble.com/jr3-Flat-hierarchy-tp1558925p1560524.html Sent from the Jackrabbit - Dev mailing list archive at Nabble.com.
