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.

Before you begin

You need to have an EJB project created in your workspace. You are also able to create EJB 3.x beans in Web 3.x projects.

Procedure

In the Java™ EE perspective, right-click your EJB Project and select New > Session Bean OR New > Message-Driven Bean. Click Next

Feedback