I've just read some basic specs about
EJB 2.0 and I am a little bit disapointed.
My understanding is that if I have an CMP EJB 1.1 and I want to convert it to 2.0, I nearly have to recode it from scratch.
1. the fields are not defined anymore in the class, but abstracts getter/setters instead
2. the bean has now to be abstract, while it was not the case in 1.1
3. the DD has a new syntax
4. there is a set of new methods to implement (actually, this is not the worth. It's just an add, not a modification)
It' sounds like I'm compelled to do a lot of work to take advantage of the 2.0 power.
Any obvious alternative solutions I've missed ?