RE: Convert JSON/XML to Java List object

2011-09-18 Thread Ivano Carrara
Hi Jerome, thank you for your reply.. I'm new to Restlet but I appreciate it very much... My portlet application (based on Liferay) read contents from an Alfresco server - I receive folder contents in JSON format then I need to convert it in a Java List object... Whit Restlet I obtain the

RE: Convert JSON/XML to Java List object

2011-09-13 Thread Jerome Louvel
@restlet.tigris.org Objet : Convert JSON/XML to Java List object Hi all, Using Restlet 2.0 I'm getting contents form remote services very well.. Time to time I get data in XML or JSON format. For example receiving JSON data, actually I convert the data to Java List object using the google-gson, a Java