Where can I find good Java web services practicals and tutorials (I'm a newbe to JWS so I prefer from the scratch).
Thanks.
Where can I find good Java web services practicals and tutorials (I'm a newbe to JWS so I prefer from the scratch).
Thanks.
I've always read (though I've never followed) the Sun tutorials. Well written enough for me.
Though, I would suggest to use a framework like CXF or spring web services to avoid the boilerplate.
I second the vote for Spring web services. One advantage is that your services can migrate from stack to stack without modification. If you're already using Spring, it's a great way to go.