Re: AW: jca adapter for (MySQL)DB
Johan Eltes <[email protected]> Fri, 8 Aug 2003 21:05:28 +0200
| Newsgroups | gmane.comp.java.sun.connector |
|---|---|
| Message-ID | <BB59C118.700F%[email protected]> |
To some applications, it could be of value to wrap a none-XA JDBC driver with an XA connector to mimic XA by deferring the commit/rollback call to the wrapped JDBC driver until the end of the jta transaction. It is far from XA but may be sufficient for the application at hand. I guess MySQL doesn't support XA? /Johan Den 03-08-08 20.38, skrev "Ram Jeyaraman" <[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". =========================================================================== 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".