开发者

What is the Java EE framework for web services?

I would like to build a server with web services using Java EE, but I don't know which is the best Java EE framework.

Important to me are interoperability, performance, security and changeability.

P.s.

My server 开发者_StackOverflowwill not be used for a website, but it will be used to distribute applications (for mobile).


JAX-WS, JAX-RS, JAXB


There are numerous java API for the web services. The varies depends on the data handling formats; 1. SOAP 2. RESTful web services, which is commonly used i.e. JAX-WS and JAX-RS

But mostly used web service is Restful...

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜