Can someone suggest some good tutorials for getting started with JAX-WS? Using various tools like wsgen etc...
A:
I used the jaxws maven plugin.
http://java.sun.com/mailers/techtips/enterprise/2008/TechTips_Jan08.html seems like a good article to read.
jon077
2009-10-08 02:10:19
+3
A:
You can start here:
- Introducing JAX-WS 2.0 With the Java SE 6 Platform, Part 1
- Introducing JAX-WS 2.0 With the Java SE 6 Platform, Part 2
NetBeans has really good support for JAX-WS and plenty of tutorials are available, e.g.:
Glen Mazza's has written plenty of interesting articles on JAX-WS RI / Metro:
The JAX-WS web site references good resources:
Finally, the JAX-WS RI includes many sample for lots of use cases that you can checkout from:
Or just download and unpack the JAX-WS RI.
Pascal Thivent
2009-10-08 21:56:01