DBA > Job Interview Questions > DERBY Java Database FAQs

Using Derby as a J2EE Resource Manager

More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/

(Continued from previous question...)

Using Derby as a J2EE Resource Manager

J2EE, or the Java 2 Platform, Enterprise Edition, is a standard for development of enterprise applications; one example is Enterprise Java Beans (EJBs) with distributed capabilities.

Derby is a J2EE-conformant component in a distributed J2EE system. As such, it is one part of a larger system that includes, among other things, a JNDI server, a connection pool module, a transaction manager, a resource manager, and user applications. Derby also supports the JTA API, which is not a current J2EE requirement, but this functionality provides another piece of the same system. Within this system, Derby can serve as the resource manager.

(Continued on next question...)

Other Job Interview Questions