VoiceOverSectionFactory strategy = new VoiceOverSectionFactory(new J2eeConfig());
List<VoiceOverSection> sections = strategy.getAll();
for (VoiceOverSection section: sections) {
Collections.sort(section.getVoiceovers(), new VoiceOverOrderComparator());
}
try {
model.addAttribute("list", sections);
return "/WEB-INF/website/voiceover/index.jsp";