Originally posted by Pradeep Bhat:
EJB has a good future. Entity beans overhead and persitent frame work are little lacking. JDO can be used with entity beans.
ok I fail to understand this. It might be very basic. Will using JDO to provide CMP implementation improve performance drastically? What is it that brings down Entity bean performance?. The life cycle? , the way callback methods work? Guess it has to be. Ultimately SQLs have to run in the background. I have a feeling that what needs to happen in the ejbLoad and ejbStore , callback method calls brings down the performance?
If that is he case, how w'd using JDO improve performance.
If this is complicated, this is my actual question:
What is it that is there in the spec that brings down the entity bean performance?