We will now create the stateless EJB for our application:
- Right-click on the ejbModule folder in the CourseManagementEJBs project in Project Explorer and select New | Session Bean (3.x). Type packt.book.jee.eclipse.ch7.ejb in the Java package textbox and CourseBean in Class name. Select the Remote checkbox:
- Click Next. No change is required on the next page:
- Click Finish. A CourseBean class is created with @Stateless and ...