I am having a database of my project in MySQL. Now I want to create a REST Web Service by using which I am able to get the result in the form of XML/JSON. I done some R&D in that and get to know about JAX-B can be used for this with RESTful service.
Basically I want to create a Web Service as I have developed an app in Android. So what I need is CRUD operation in my Web Service. I need basic tutorials for it. I got many links but that are not very much helpful to me.
Can anyone please kindly provide me some basic tutorial link for this.
Thanks