April 2003
Intermediate to advanced
750 pages
16h 53m
English
We only create a simple client that uses the Web service we created from the Banking session EJB. We already have a client project for Web service clients, ItsoBank5WebClient.
We mirror the servlet banking client from ItsoBank5Web, but instead of using the session bean, we use the Web service through the proxy:
import itso.bank5.session.*; import itso.bank5.exception.InsufficientFundException; import itso.bank5.utility.*; import java.io.PrintWriter; import javax.ejb.EJBException; import javax.naming.*; import javax.rmi.PortableRemoteObject; ...
Read now
Unlock full access