• 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 1.6

 
Ranch Hand
Posts: 47
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI,
I would like to know how helpful is java1.6 with web sevices.I learnt from my friend that web services are now part of j2se 1.6.Can I get a tutorial on web services for java1.6.
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Web services are a big field, so it is an overstatement to say that "Java 6 includes WS" (which are an architectural and implementation approach, not a particular piece of software). Java 6 does include the JAX-WS API, which is one of the APIs commonly used to implement WS; that's just a small part of WS, though. The http://faq.javaranch.com/java/WebServicesFaq links to a couple of articles explaining how to use JAX-WS with Java 6 in the "How do I get started building a web service?" section.
[ May 20, 2008: Message edited by: Ulf Dittmer ]
reply
    Bookmark Topic Watch Topic
  • New Topic