First, we create the empty Stateless Session Bean and interface without any business methods defined.
This is because we need to create our Entity Bean so we can reference it in our Session Bean methods.
Right click on the EJB project, select new EJB3 Session Bean.
Enter Library as name and select Local interface and click OK
See what I did here
|