Top "Ejb-3.1" questions

This tag is used for question related to the session bean and message-driven bean component types of the EJB 3.1 programming model.

Can an EJB bean implement multiple interfaces?

Can an EJB bean implement multiple user defined interfaces, except business interfaces (@Local, @Remote) or No-Interface view (@LocalBean)? For example …

java interface javabeans ejb-3.1
The mystery of Java EE 6 annotations inheritance

I'm using inheritance with EJB in a few scenarios, sometimes with annotations in the super class like this generic entityDAO: …

inheritance annotations jpa-2.0 java-ee-6 ejb-3.1