Hi everyone,As you all probably know im new to CQ. I have been looking over the APIs, and was wondering what the best solution is to sort a list of Resources.My current snippet is :Iterator<Resource> myResources = res.listChildren(); while (myResources.hasNext()) { Resource resource = myResources.ne...