6.5. J2EE application client

A J2EE application client operates in a similar fashion to a J2EE server-based application and has access to some of the J2EE APIs. The application client will perform a JNDI lookup to retrieve a home interface as per usual J2EE programming practices. The process for developing and assembling a J2EE application client is documented in the InfoCenter.

The ITSOBank application provided with this book has a J2EE application client which requests service from an EJB operating in the remote EJB container. The EJB’s home interface is called com.ibm.itsobank.ejbs.ConsultationHome which the client accesses be querying the JNDI namespace. The source code for the server and client components is included in the application ...

Get IBM WebSphere V5.0 Security: WebSphere Handbook Series now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.