• 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

Learn Web services. Question after reading FAQs

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

I have posted before about this. However, now, I wish to really learn it.
I have gone through the FAQs yet again. They dont look like they have changed too much. I am here to learn web services. Primarily because they can get me a better paying job and also because I would love to learn a new technology.

I am now confused about where to begin. Earlier it was SOA and now its ROA. Now I read that even SOAP is obsolete.

Do I just begin with learning RESTful Webservices ? or Do I do another round of drill by beginning with AXIS and the way web services are implemented ?

Any help and guidance in this persuit, deeply appreciated.

Rgds,
[ October 21, 2008: Message edited by: Mike Anna ]
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I wouldn't say that SOAP is obsolete, or on its way to becoming so. But RESTful services have certainly made large gains. I think you'll see both being used and complement each other. (SOAP is more complex, but it has some advantages over REST, e.g. the WS-Security approach to authentication, encryption and signature.)

By the way, there's now an official Java API for REST. It's called JAX-RS, and its reference implementation can be found at jersey.dev.java.net. Checking that out might be a nice chance of pace if you're already familiar with JAX-WS (which is the standard Java API for SOAP-based services, apart from the lower-level SAAJ).
 
Mike Anna
Ranch Hand
Posts: 117
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Ulf. I think I better start of learning from the scratch.
 
expectation is the root of all heartache - shakespeare. 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