Expose EJB 3 as Web Services
Starting with Java EE 7, JAX-WS 2.2 is the standard specification for SOAP web services on the Java EE platform. Developing SOAP-based web services using JAX-WS is straightforward and easy. By using annotations, a web service can be written and deployed within minutes. Enhancing support for Web services is a driving force introduced since the … Read more