
Add enterprise bean to IDE

|
- To add a set of enterprise beans to the Services window:
- In the Services window, right-click the Enterprise JavaBeans node and choose Add Set of Session EJBs.
- Step through the wizard.
- To add a set of enterprise beans exported by another developer:
- In the Services window, right-click the Enterprise JavaBeans node and choose Import EJB Sets.
- In the Open dialog box, find the file to import and click Open.
- In the Import EJB Sets dialog box, select one or more enterprise bean sets to import.
- If necessary, change the name, host, and port numbers for each enterprise bean set and click OK.
|

Call enterprise bean methods

|
- To view the data produced by the method, bind the simple, list or Table component to the method.
- To update the data produced by the method, call the method in the Java code for the simple, list or Table component.
|