Which is the best persistence technology for database migration?

Your company has been using the ACME database vendor for many years. Recently, it started
considering a migration to the XYZ database vendor, who uses different SQL dialed. The SQL
engines in ACME and XYZ have significant differences in performance when executing the same
SQL queries?
Which is the best persistence technology for database migration?

Your company has been using the ACME database vendor for many years. Recently, it started
considering a migration to the XYZ database vendor, who uses different SQL dialed. The SQL
engines in ACME and XYZ have significant differences in performance when executing the same
SQL queries?
Which is the best persistence technology for database migration?

A.
JPA

B.
JDBC

C.
CMP entity bean

D.
JDBC row set XML serialization



Leave a Reply 2

Your email address will not be published. Required fields are marked *


Jose Said

Jose Said

undoubtedly – A due to:

Java developers who need to store and retrieve persistent data already have several options available to them: serialization, JDBC, JDO, proprietary object-relational mapping tools, object databases, and EJB 2 entity beans. Why introduce yet another persistence framework? The answer to this question is that with the exception of JDO, each of the aforementioned persistence solutions has severe limitations. JPA attempts to overcome these limitations!