Converting WCF web service to Java
Posted
by Vitor Py
on Stack Overflow
See other posts from Stack Overflow
or by Vitor Py
Published on 2010-06-01T18:35:49Z
Indexed on
2010/06/01
18:43 UTC
Read the original article
Hit count: 297
I currently have a web service built on WCF. 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. What would be the best way to accomplish this "conversion"? Any advantages WCF may have that Java lacks?
© Stack Overflow or respective owner