I am trying to narrow down the major changes in in EJB 3 and EJB 2, and noted the following changes
- EJB 3.X does not required a deployment descriptor; does this mean we can not have a deployment descriptor ?
- Also the home and the remote interfaces ? does this mean we can not implement any the aforementioned interfaces in EJB 3.x. Can someone explain what are the main use of Home and the remote interfaces in EJB 2.x
- EJB 2.x does not use or implement POJOs , can some one explain the exact use of POJOs in EJB 3.x, with a minor example I have covered EJB 3, yet I do not have any knowledge in EJB 2.x
Regards Rashendra