Re: AW: jca adapter for (MySQL)DB
Ram Jeyaraman <[email protected]> Fri, 8 Aug 2003 11:38:36 -0700
| Newsgroups | gmane.comp.java.sun.connector |
|---|---|
| Organization | JavaSoft, Sun Microsystems Inc. |
| Message-ID | <[email protected]> |
It is important to separate out SPIs and APIs to understand the relationship between JDBC and Connectors. JDBC is primarily an API, and Connectors is primarily an SPI. CCI is just only type of an API a Connector can expose, JMS is another, and so on. At the system level, the JDBC driver contracts and the Connector contracts are very similar. That is the reason why some vendors choose to implement JDBC driver as a Connector and expose JDBC as an API to the application. Really from the application perspective, it does not matter, whether the JDBC API is exposed via a JDBC driver or a Connector. thanks. =========================================================================== To unsubscribe, send email to [email protected] and include in the body of the message "signoff CONNECTOR-INTEREST". For general help, send email to [email protected] and include in the body of the message "help".