Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Webservices - Java or .NET?

I need to implement webservices in an upcoming project and wanted to know what are the main points to base the decision on whether to implement using java or .NET

I'm a C++er...


2 Answers

If you're a Java shop use Java. If you're a .NET shop use .NET.

There really is no difference that makes one of the two languages superior to the other in regards to web services.

like image 108
Stephane Grenier Avatar answered Sep 12 '26 04:09

Stephane Grenier


Possible consideration - .NET pre 3.5 only provided support for SOAP based services, but I believe the 3.5 WCF offers REST and SOAP now.

like image 37
annakata Avatar answered Sep 12 '26 02:09

annakata