| Author |
Rest Web service
|
syruss kumar
Ranch Hand
Joined: Jul 23, 2009
Posts: 87
|
|
Hi all,
I am a newbie to rest web service can any on suggest me how to develop that?
I have surfed in net and i couldnt found any tutorial that explain how to develop in eclipse?
Thanks in advance.
|
All search starts with beginner's luck and all search ends with victor's severly tested.
|
 |
Chinna Eranna
Ranch Hand
Joined: Dec 08, 2009
Posts: 174
|
|
You can either use Apache Wink or JERSEY.
http://incubator.apache.org/wink/1.0/html/Apache%20Wink%20Developer%20Guide.html
http://java.sun.com/javaee/6/docs/tutorial/doc/giepu.html
|
- Chinna
|
 |
Ivan Krizsan
Bartender
Joined: Oct 04, 2006
Posts: 2193
|
|
Hi!
...and then there are:
JBoss RESTeasy: http://www.jboss.org/resteasy
RESTlet: http://www.restlet.org/
I am sure there are others too...
I would recommend using a framework that supports the JAX-RS standard, with the associated annotations which makes developing a RESTful web service quite easy.
Best wishes!
|
 |
Kevin Eddy
Ranch Hand
Joined: Feb 24, 2010
Posts: 74
|
|
You can use jax-ws WebServiceProvider to develope a restful service.
Here's an interesting link that shows how to use xml beans with a jax-ws rest service.
http://musingsofaprogrammingaddict.blogspot.com/2010/02/integrating-jax-ws-with-xmlbeans.html
I don't know how Jax-ws compares to Jax-RS mentioned above or which is better. But I messed with it and got it to work.
|
 |
Siva Arun
Greenhorn
Joined: Feb 23, 2010
Posts: 28
|
|
|
http://netbeans.org/kb/docs/websvc/rest.html
|
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." — Brian W. Kernighan.
|
 |
Rejoynic Jonson
Greenhorn
Joined: Feb 26, 2010
Posts: 1
|
|
Try at here
|
Ecommerce Website Design Company
|
 |
pavan aryan
Greenhorn
Joined: Feb 28, 2010
Posts: 15
|
|
|
seems good replies...follow them if you have any doubts in specific i can help. You are saying , that you are new to REST..it requires a lot of reading.
|
 |
 |
|
|
subject: Rest Web service
|
|
|