Ok so perhaps someone can help me with a problem I\'m trying to solve. Essentially I have a JSP page which gets a list of Country objects (from the method referenceData() fr
Have you considered using JSON? There are several libraries out there that can take a generic collection and output JSON for Java and other languages.