You can use PowerJ to develop Java clients for EJB Server components. Basic tasks for developing clients include:
Generate EJB stubs.
Add code to create the initial naming context and instantiate the home interface proxies.
Add code to instantiate remote interface proxies.
Add code to call remote interface methods.
See Chapter 7, “Creating Enterprise JavaBean Clients,” for detailed information about developing clients.