user manual
58 SilkPerformer Java Explorer User Guide
3 S
ETTING UP TESTS
Enterprise JavaBeans & RMI Over IIOP
Select the home interface that allows for the creation of instances of
EJB’s. It is typical for EJB’s to have home interfaces that are used to
create EJB instances. In this example you’ll use CartHome (full JNDI
name: ps/cart taken from the petstore sample)
Select the home interface and click Finish. Confirm the next step by
clicking Next. The selected home interface will then be browsed for its
published methods. A method called create is likely to be among these.
This method must be called to get a valid reference to an EJB object.
Click Next and select the test case where Java Explorer should write
code for the steps performed by the wizard.
For example, those steps referred to as bootstrapping can be put into the
init test case or an existing test case.