简体   繁体   中英

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.

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.

Try the Sun Tutorial . These are usually very good

I used this when learning sth. about web services.

But I'm sure now there are newer ones.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM