Fórum

Advice for REST CRUD operations

Dennis Nes, modificado 13 Anos atrás.

Advice for REST CRUD operations

Junior Member Postagens: 55 Data de Entrada: 23/09/09 Postagens Recentes
Hello,

I am looking for some advice for dealing with REST operations inside liferay.

My database operations are based on REST. I used a Netbeans tool to create them. Now I want to create the BUI inside Liferay to make operations. Here are my questions

1. Is there a tool that maps REST/XSD/XML data to form data, like input fields an so on?
2. Is there a tool that maps REST/XSD/XML data to view data, like output text an so on?
3. Maybe some of you have the seen the Netbeans JSF-DB wizard, which creates CRUD operations out of the SQL-schema. I am looking for something similiar for XML schmemas
4. If no tools exist? What would be the preferd way of creating something like this manually

Thanks