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

What is REST web service ? which framework i need to learn it

 
Ranch Hand
Posts: 551
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I heard something named REST web services , can some one please tell me what is that thing ? what is its different with j2ee web services ?
where i can download things that i need to start learning REST ?

thanks
 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi There,

I just began my day pondering that question. Here's something I found useful
http://www.xfront.com/REST-Web-Services.html

Good Luck,
Aravind
 
Bartender
Posts: 10336
Hibernate Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
By coincidence this appeared today. Might be useful reading.
 
Bartender
Posts: 2968
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
REST isn't a framework - it's a design philosophy based on Roy Fieldings Ph.D. dissertation
Architectural Styles and the Design of Network-based Software Architectures.
As such it isn't as "toolable" as SOAP, WSDL and the WS-* (which is why those technologies seem to be "everywhere" despite their inherent complexities).

Building Web Services the REST Way
Implementing REST Web Services: Best Practices and Guidelines

REST vs. SOAP at Amazon
The RESTful Web Column
Playing Together Nicely: Getting REST and SOAP to Share Each Other's Toys
Using REST with Ajax

Axis 2.0: RESTful Web services Support
 
30 seconds to difuse a loaf of bread ... here, use this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic