views:

138

answers:

4
+1  Q: 

Java Web Services

Where can I find good Java web services practicals and tutorials (I'm a newbe to JWS so I prefer from the scratch).

Thanks.

+4  A: 

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.

Marcelo Morales
+4  A: 

Try the Sun Tutorial. These are usually very good

Fortyrunner
A: 

I used this when learning sth. about web services.

But I'm sure now there are newer ones.

cb0
A: 

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.

duffymo