I need to develop a web application that would perform simple CRUD operations. Users would perform these CRUD operations using a web browser.
I have been reading a lot about RESTful, JSON and was experiencing with these. I think RESTful (JAX-RS) with JSON is a good choice and I can implement all CRUD webservices.
My question is about the client side and user interface. I see that HTML and JavaScript is being used. Is there a specific
Java Script CRUD API (I want to keep things simple initially)?
I would appreciate you help.
Thank you!