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...
精彩评论