
This describes the wizard. Enterprise beans can also be created quickly through the context menus of the relevant projects.
An EJB Module project exists.
If the package does not exist, you can create it now.
Alternatively, deselect Generate default interfaces. You will then be able to specify the interfaces to be generated (and their names and packages).
If you chose Container Managed Persistence, you can add or remove persistence fields. You can also add or remove fields later during editing.
You can miss out this step and add the methods later during editing.
For each new method, select the type of method and choose Add. Enter the name and return type, and specify the parameters.
You can see the bean in the ejb-jar.xml node of the relevant EJB project in the J2EE Explorer (for normal projects) or J2EE DC Explorer (for DC projects).
You can now edit the entity bean.
See also: