• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Rest Web service

 
Ranch Hand
Posts: 108
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.

 
Ranch Hand
Posts: 174
Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Ranch Hand
Posts: 2198
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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!
 
Ranch Hand
Posts: 74
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
http://netbeans.org/kb/docs/websvc/rest.html
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Try at here
 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
If you look closely at this tiny ad, you will see five bicycles and a naked woman:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic