The WebSphere Application Server Liberty Profile jaxws-2.2 feature, included in the extended content for the Liberty Profile, enables you to use EJB as a Web Services programming model. With this functionality, it is easy to develop web services applications based on EJB technologies on the Liberty profile.
This sample contains a server definition that includes the jaxws-2.2, ejbLite-3.1 and other necessary features. It also contains a demo application JAXWSEJBSample.ear, which demonstrates EJB as Web Services features supported by the Liberty profile.
This sample can be installed onto runtime versions 8.5.5.0 and later.
To run the JAXWSEJBSample application:
java -jar JAXWSEJBSample.jar
bin
directory in the Liberty profile installation:
server run JAXWSEJBSample
CWWKZ0001I: Application JAXWSEJBSample started in XX.XX seconds.
This sample requires a Liberty Profile installation that includes the jaxws-2.2 feature. The jaxws-2.2 feature is available as part of the Liberty Profile extended content.
The JAXWSEJBSample.ear
file contains the source and binaries for the application, and can be
used to import it to Eclipse.
For further information and resources for developers using IBM WebSphere Application Server, please visit wasdev.net.