3.2.
Create a web service starting from a Java source using JAX-WS
3.2.1.
Use wsgen
tool to generate artifacts in Java EE5 from EJB classes (optional in Java EE 6 - as artifacts
are generated at run time).
blah-blah
3.2.2.
Configure deployment descriptors (ejb-jar.xml
, webservices.xml
) for transactions, etc.
blah-blah
3.2.3.
Configure container role based access control via method-permissions in ejb-jar.xml
or via access control
annotations on EJB.
blah-blah
3.2.4.
Configure caller authentication and message protection; either by Servlet Container via web.xml
, and/or by
JAX-WS message processing runtime.
blah-blah
3.2.5.
Compile and package the web service into a WAR/EAR file.
blah-blah
3.2.6.
Deploy the web service into a Java EE container.
blah-blah