Here is my requirement:
- I have a simple table in mysql(Consider any table with a few fields)
- I need to write a simple RESTFUL JSON webservice in Java that performs CRUD operations on this table.
I tried searching on the net for some comprehensive example for this but could not find any. Can anyone help?