hi philip, On Sun, Jan 31, 2010 at 6:55 AM, philip andrew <[email protected]> wrote: > Hi, > > I am making a CMS with Jackrabbit, I wish to know, are the child nodes of a > node ordered? Can I change the order of the nodes?
http://www.day.com/specs/jcr/2.0/23_Orderable_Child_Nodes.html cheers stefan > > Previously, I was using (sorry this is Scala code, just think of the same in > Java) > �...@beanproperty > �...@collection var children:java.util.List[OPageNode] = _ > > But I found that this created paths that I didn't like, ie, the node had a > element node called children and collection elements, so I moved back to > just having nodes at path locations. > So, I am not using the above method of using a @Collection, I am just using > the normal nodes at paths. > > Thanks, Philip >
