• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

web services in java using REST

 
Ranch Hand
Posts: 80
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I tried webservices using axis 1.5 where it uses JAX-RCP1.1 and everything went well.

No I want to learn webservices using REST as I heard REST are light weight.

Could some please let me know what are things i need to download to run on eclipse. is there any plugin for quick start?

Thanks & regards,
Sarada
 
Ranch Hand
Posts: 312
MS IE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I believe, REST is an architectural style of desigining your webservices. You need to design your webservices in a fashion that reflects REST philosophy. You may not get any software for REST. Please use your existing webservices software to achieve REST implementation.
 
Author and all-around good cowpoke
Posts: 13078
6
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would certainly NOT

use your existing webservices software to achieve REST implementation.



REST deserves a fresh start.

I believe that both the Jersey toolkit and the Restlet toolkit have plugin support in Eclipse.

You might want to review the Web Services FAQ here at the ranch for an overview.

Bill
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic