InterviewSolution
| 1. |
Why Didn't You Adopt Hibernate Or Jdo As The Persistence Api? |
|
Answer» We chose to combine the best ideas from many sources in the new persistence API and create a practical, easy to use API to meet the needs of a majority of Java EE and Java SE community members. The Java Persistence API is not based on any single existing persistence FRAMEWORK but INCORPORATES--and IMPROVES upon--ideas contributed by many popular frameworks, INCLUDING Hibernate, TOPLINK, JDO, and others. We chose to combine the best ideas from many sources in the new persistence API and create a practical, easy to use API to meet the needs of a majority of Java EE and Java SE community members. The Java Persistence API is not based on any single existing persistence framework but incorporates--and improves upon--ideas contributed by many popular frameworks, including Hibernate, TopLink, JDO, and others. |
|