开发者

Suggestion for best standard API protocol to be used in web services in a javaEE server?

开发者 https://www.devze.com 2023-02-02 06:37 出处:网络
We have not used Webservices yet(in fact we are new to JavaEE infrastructure), I am looking at JAX-WS as the webservice format, but I am not sure if there are still new开发者_运维技巧ly emerge better

We have not used Webservices yet(in fact we are new to JavaEE infrastructure), I am looking at JAX-WS as the webservice format, but I am not sure if there are still new开发者_运维技巧ly emerge better solutions out there that we may try instead. We can choose which standards we wanted to use, and clients that will be using the webservices will in a way also used that standard.

Any idea is very much appreciated.


JAX-WS is good and mature. So stick with it, if you need SOAP services.
If you don't need the rigidness of SOAP, you can use RESTful services. JAX-RS is the standard for that.

Btw, it is no longer called "j2ee". It's JavaEE now.

0

精彩评论

暂无评论...
验证码 换一张
取 消