cancel
Showing results for 
Search instead for 
Did you mean: 

About entity bean

Former Member
0 Kudos

HI, does entity bean exsit in CE7.1 SR5? I can not find it.

Accepted Solutions (1)

Accepted Solutions (1)

snehal_kendre
Active Contributor
0 Kudos

HI,

CE7.1 SR5 implements jee 5, so it uses EJB 3.0 in which entity beans are removed, instead of that JPA is used to create entities..

JEE 5 also supports EJB2.1, where you can create entity beans

Vlado
Advisor
Advisor
0 Kudos

Snehal,

Not quite correct. EJB 3.0 still supports entity beans, they are not removed and not even officially "deprecated". But you're right to some extent - JPA is now the preferred and recommended persistence technology for Java EE (and also Java SE).

BTW: No JEE - it's Java EE

Cheers,

Vladimir

Answers (0)