GeekArticles
Java
J2EECreating a Web service from a Stateless Session Bean
Author: www-105.ibm.com |
Published: 10th Aug 2005 |
Visited: 769 times |
Add CommentFiled in: J2EERick Hightower; Kyle Gabhart; Peter Schmitz; Jacob Weintraub February 2003 This tutorial shows how easy it is to convert existing Enterprise JavaBeans components into Web services with the WebSphere SDK for Web Services V5 (WSDK). It demonstrates the ability of IBM's WSDK to convert a Stateless Session Bean in one easy step into a full Web service conforming to the requirements of JSR-109 - The Web Services for J2EE Architecture. Register for this tutorial After you register, you can...n
Read Article Sponsored Links
Related Articles
• Deploy the Web Service Deploy the Web Service
As a first step, if you done it before, edit examples.PROPERTIES (provided along with the code download for this chapter), and change the paths there to match your development environment. The code download for this chapter also includes a README.txt file, which gives detaile ...
• The Stateless Problem of Ajax We are often dazzled with websites that were developed with Ajax. The interface is amazing and the interaction with users is simply beyond expectations. The asynchronous streaming of information from the server gives the user the ability to update the information in our browsers without refreshing t ...
• Service Oriented Java Business Integration Review
Service Oriented Java Business Integration Review
Introduction
If read through the texts which give you an introduction to SOA or Web Services, you will often find them to be quite frustrating, and the reason for this is because they spend too much time referencing business processes which are ela ...
• Querying SQLServer tables from within an Oracle session Dear Tom;
I need to query a SQLServer table from within an Oracle session, for example SQLPlus. Is there an easy way to do this, something like:
<CODE> select * from t@sql_server_link </CODE>
May you redirect me to the appropriate documentati ...