Creating stateless EJB

We will now create the stateless EJB for our application:

  1. 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:
Figure 7.20: Creating a stateless session bean
  1. Click Next. No change is required on the next page:
Figure 7.21: Stateless session bean information
  1. Click Finish. A CourseBean class is created with @Stateless and ...

Get Java EE 8 Development with Eclipse now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.