• 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
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Concepts to be covered to have complete webservice knowledge

 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All , I am having 3+ years of java/j2ee experience. But have not worked in webservice. So just now I started to learn webservice.
Can you guys tell me what are all the topice\concepts I need to learn to have complete webservice knowledge in jave/j2ee perspective.

Thanks
 
Ranch Hand
Posts: 69
Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Do in the following order:

- XML and XSD
- SOAP and WSDL
- JAXB
- JAX-WS (For further insight just understand JAX-RPC and Axis)

You can check some of the tutorials here. Check the webservices section in particular.
 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You better add REST to that list.

Big commercial sites such as Amazon and Google get much much more traffic on their RESTful web services than the SOAP version.

See my REST versus SOAP article (free registration to that site required - sorry about that but they depend on advertising)

Bill

 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic