Creating enterprise beans using wizards

After you have created your EJB project, you can use wizards to create session beans, message-driven beans and JPA entities to add to your project.

You need to have a an EJB project created in your workspace.

To create a new enterprise Java bean in your workspace:

In the Java™ EE perspective, right-click your EJB Project and select

New | Session Bean OR

New | Message-Driven Bean. Click Next

 

Related concepts

Creating enterprise beans