简体   繁体   English

将WCF Web服务转换为Java

[英]Converting WCF web service to Java

I currently have a web service built on WCF. 我目前有一个基于WCF构建的Web服务。 It's still in its infancy, so, major changes are still possible. 它仍处于起步阶段,因此仍可能进行重大更改。 I've been thinking on porting it from WCF to a Java-based solution since I'd like to have a Linux-based backend. 我一直在考虑将其从WCF移植到基于Java的解决方案,因为我想拥有一个基于Linux的后端。 What would be the best way to accomplish this "conversion"? 完成此“转换”的最佳方法是什么? Any advantages WCF may have that Java lacks? WCF可能具有Java所没有的任何优势?

Alternatively, you could run your existing WCF services under Linux using Mono , the open source implementation of the .NET framework. 另外,您可以使用Mono (.NET框架的开源实现)在Linux下运行现有的WCF服务。

See this SO question for links to sources of information. 请参阅此SO问题以获取到信息源的链接。

More information on Mono + WCF here 有关Mono + WCF的更多信息,请点击此处

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

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