2 messages in com.mysql.lists.javaRe: about RESIN JDBC Driver
FromSent OnAttachments
Funda Cetintas13 Nov 2002 06:19 
Mark Matthews13 Nov 2002 09:32 
Subject:Re: about RESIN JDBC Driver
From:Mark Matthews (ma@mysql.com)
Date:11/13/2002 09:32:35 AM
List:com.mysql.lists.java

----- Original Message ----- From: "Funda Cetintas" <fun@datassist.com.tr> To: <ja@lists.mysql.com> Sent: Wednesday, November 13, 2002 8:20 AM Subject: about RESIN JDBC Driver

Hi, I have seen 2 JDBC driver for MYSQL, first one is mm JDBC driver and the other is Resin JDBC driver. Does mmdriver support Resin or is there any restriction about usage ?

I'm not sure I fully understand your question, but I will attempt to answer anyway. Are you asking whether or not you can use 'mm' with the Resin JSP engine? If so, read on...

'mm' is now MySQL Connector/J, and is an open-source product offered by MySQL AB:

http://www.mysql.com/products/connector-j/

You can use MySQL Connector/J with Resin, without problems. MySQL Connector/J 3.0.x (currently the 'BETA' series of the driver) is as fast or faster than Resin's JDBC driver, but is much more fully featured, and supported by many more third-party tools than Resin's MySQL driver.

-Mark