The "Generate Server" option on the Java2WS page generates server mainline code which uses the JAX-WS API (javax.xml.ws.Endpoint) to publish the implementation class.
It doesn't generate any web or application server specific configuration.
You can leave that step out of your documentation and it will still deploy to Tomcat just fine.
I need to get started on some documentation for the tooling along with some written tutorials. I'll update the tooltips on that wizard to make to it more clear as well.
Hi Guys,
Great to see someone using the JAX-WS Tools component.
Latest release (0.4.0) is now available from WTP 3.1 M5 milestone update site http://download.eclipse.org/webtools/milestones
One small note on http://www.eclipse4sl.org/documentation/userdoc/html/webservice/cxf/
The "Generate Server" option on the Java2WS page generates server mainline code which uses the JAX-WS API (javax.xml.ws.Endpoint) to publish the implementation class.
It doesn't generate any web or application server specific configuration.
You can leave that step out of your documentation and it will still deploy to Tomcat just fine.
I need to get started on some documentation for the tooling along with some written tutorials. I'll update the tooltips on that wizard to make to it more clear as well.
Keep an eye on the the http://wiki.eclipse.org/JAXWS for updates.
Thanks,
Shane
Thanks Shane!
yves