Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

share|improve this question
1  
I'd say search 'keyword+tutorial' for keywords MySQL, REST & Eclipse. Voting to close as 'overly broad'. – Andrew Thompson May 4 '12 at 5:56
But I didn't found any good tutorial for starting......The Lars Vogel tutorial is good but I want some more references to get clear idea.... – Prem May 4 '12 at 15:53
"But I didn't found any good tutorial for starting" Maybe the problem is that you are looking for one tutorial that covers all 3, but you need 3 separate tutorial**s**. – Andrew Thompson May 4 '12 at 16:09
Actually I am looking for starting point. Because I get to know about many ways, so I am confused in choosing that. I can use Struts, Spring & also possible Google App Engine and so many more. So which is the best and effective approach to be used. – Prem May 5 '12 at 4:54

3 Answers

I found this very helpful.

share|improve this answer

I have used Restlet with success before: http://www.restlet.org/

10 minute intro: http://www.restlet.org/documentation/2.0/firstSteps

share|improve this answer

I have been looking for the same exact tutorial for a while now. Closest I came to was this tutorial here: http://www.techpages.org/webservice/simple-restful-web-services-using-java-and-mysql-example/2009/

It is a pretty simple tutorial however it might be the starting point you need.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.