Select EJB Component dialog box
Description
Allows you to select the Enterprise JavaBeans component for
which you want to generate proxy objects.
Options
Fully-qualified remote interface class name
Specify the fully qualified name of the remote interface of
the EJB you want to call. For example, if the remote interface is
called MarketMaker and is in the package portfolio, specify portfolio.MarketMaker.
Fully-qualified home interface class name
Specify the fully qualified name of the EJB home interface.
For instance, using standard naming conventions, the home interface
for the remote interface example given above is portfolio.MarketMakerHome.
Classpath
Click the Folder icon to browse to the directory that contains
the EJB’s stubs, or click the File icon to browse to the
JAR file that contains the EJB’s stubs. If the stub files
are in a directory and the fully qualified name of the EJB is packagename.beanname,
browse to the directory that contains packagename.