EJB Refs

In the EJB Refs tabbed pane, you can edit the list all of the enterprise beans that are referenced by this application client.

To add an enterprise bean reference:

  1. Click Add.
  2. Enter the in the Coded Name column. For example, if the JNDI lookup method refers to the enterprise bean as java:comp/env/ejb/OtherBean then enter ejb/OtherBean.
  3. Choose either the or type for the referenced enterprise bean from the Type column.
  4. Enter the bean's home interface in the Home column.
  5. Enter the bean's remote interface in the Remote column.
  6. Click the rightmost column labelled with a folded paper to provide a description for each referenced bean.
  7. For each enterprise bean reference in the list, enter its JNDI name in the JNDI Name field. A client uses the JNDI name to locate the enterprise bean's home interface.
  8. Select the Use SSL checkbox if you want this application client to invoke the referenced enterprise bean with .
To edit the:

To delete a reference, select the row containing the reference and click Delete. A confirmation dialog will ask you if you really want to delete the reference.


Copyright 1999-2001 Sun Microsystems, Inc. All Rights Reserved.