I want to try EJB and I am studying the theory behind EJB 3.0. I know that in EJB 3.0 you don't have to use deployment descriptor but you can use annotations, and also you don't have to write Home
and Remote
Interfaces.
Are there any other key difference in the object orientation between EJB 2.0 and EJB 3.0?
Major difference between EJB 2.0 and 3.0 are listed below in theory