简体   繁体   English

Java Web服务

[英]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). 在哪里可以找到好的Java Web服务实践和教程(对于JWS,我是新手,所以我从头开始更喜欢)。

Thanks. 谢谢。

I've always read (though I've never followed) the Sun tutorials . 我一直都在阅读(尽管我从未听过) Sun教程 Well written enough for me. 写得好对我来说。

Though, I would suggest to use a framework like CXF or spring web services to avoid the boilerplate. 不过,我建议使用诸如CXFspring web services之类的框架来避免样板。

Try the Sun Tutorial . 尝试Sun教程 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. 我对Spring Web服务投了赞成票。 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. 如果您已经在使用Spring,那么这是一个很好的方法。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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