Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Sun claims EJB Container Managed Persistence solves the impedance problem. How is this different?

0
Posted

Sun claims EJB Container Managed Persistence solves the impedance problem. How is this different?

0

Entity beans have the same issues as object relational mapping tools. Container Managed Persistence helps reduce the amount of coding relative to Bean Managed Persistence by hiding the SQL that is used to implement the basic CRUD (Create, Read, Update, Delete) functionality, potentially at the expense of flexibility. Regardless of the persistence strategy, the application developer has to write lots of code to solve the complete business problem because of the low level of abstraction and the complex architecture of entity beans.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123