If you use Rational Application Developer you can use the following procedure to expose EJB as web service:
- Annotate your EJB bean with the @WebService annotation, and any other annotations required for your implementation.
- Create JMS or HTTP router modules for the web service as described in: Creating web service router modules. New in WebSphere Application Server v8, if you package your EJB application in a WAR module, you do not need to create router modules.
- Publish the application to a server.
Moral: learn and practice as much as you can and double check what is written in documentation.
Комментариев нет:
Отправить комментарий