Hello Ranchers
I'm working on my project assignment for Part II and I'm really tempted to work with the light-weighted Entities (POJO) that comes with EE 5.
The thing is: They say in the assignment it must be a
J2EE.
When someone says such a thing the first thing that comes to my mind is a lot of EJBs (Session Beans playing with Entity Beans),
servlets and
JSP. But my thought is that we can throw Entity Beans away. It was not updated for EJB 3.0 and they came up with the wonderful annotations approach and the light-weighted Entity (
Java Persistence API 1.0).
So, my thought is that when they stop improving things it might be deprecated in the near future... How long Entity Beans will last?
What about a project with Entities instead of Entity Beans? What are your thoughts?
Thanks