-
JAX-WS web services in a Java EE EJB 3.0 (1 messages)
- Posted by: Daniel Rubio
- Posted on: March 09 2009 23:35 EDT
Though web services are often associated with Java EE web tier components, its also possible to deploy an EJB component as a web service relying on JAX-WS. This post contains numerous code listings that illustrate this process. http://jee-bpel-soa.blogspot.com/2009/03/jax-ws-web-services-in-java-ee-5-ejb-30.htmlThreaded Messages (1)
- WS-Policies by Sasan Sahraei on March 10 2009 09:49 EDT
-
WS-Policies[ Go to top ]
- Posted by: Sasan Sahraei
- Posted on: March 10 2009 09:49 EDT
- in response to Daniel Rubio
good one, but when web services are chosen to be the implementation of an SOA solution, how would WS- be applied to such solution? does this now follow EJB policies? i.e. security, transaction, etc?