InterviewSolution
Saved Bookmarks
| 1. |
What Will Happen To Other Data Persistence Apis Now That The Java Persistence Api Is Available? |
|
Answer» The Java PERSISTENCE API is now the standard API for persistence and object/relational MAPPING for the Java EE platform. Earlier APIs of course will not go away, but we expect that they will become LESS interesting once this NEW standard API is available. The Java Persistence API is now the standard API for persistence and object/relational mapping for the Java EE platform. Earlier APIs of course will not go away, but we expect that they will become less interesting once this new standard API is available. |
|