1 message in com.mysql.lists.announceConnector/MXJ 5.0.3-beta is available...
FromSent OnAttachments
Eric Herman11 Jul 2006 16:39 
Subject:Connector/MXJ 5.0.3-beta is available for download.
From:Eric Herman (er@mysql.com)
Date:07/11/2006 04:39:59 PM
List:com.mysql.lists.announce

MySQL Connector/MXJ 5.0.3-beta is available for download.

MySQL Connector/MXJ 5.0.3-beta is a Java utility package for deploying and managing a MySQL RDBMS.

New in the 5.0.3-beta version are MySQL 5.0.22 server binaries and related resources for the following platforms: * Linux x86 * Mac OS X 10.3/10.4 ppc * Windows XP/2K/NT x86 * SunOS sparc

MySQL Connector/MXJ may be bundled in to an existing Java application and managed as a POJO (Plain Old Java Object) or launched as part of a creating a Connector/J connection.

This makes it easy for Java developers creating an application that uses JDBC through MySQL Connector/J to deploy applications which require a database by reducing installation barriers for their end-users.

Adding a MySQL database to a Java application can be as easy as: 1) configuring the CLASSPATH to include: * Connector/J 5.0 * Connector/MXJ * Aspect/J Runtime (connector-mxj/lib/aspectjrt.jar included)

2) create a JDBC connection string: String url = "jdbc:mysql:mxj://localhost:3306/";

With Connector/J 5.0, simply adding "mxj:" will signal the Connector/J JDBC driver to automatically deploy and launch the MySQL database with the first connection.

In order for MySQL Connector/MXJ to make the MySQL database appear to be a java-based component, it determines what platform the system is running on, selects the appropriate binary, and launches the executable. It will also optionally deploy an initial database, with any specified parameters.

Included is a POJO usage example: ConnectorMXJObjectTestExample.java and a Connector/J URL example: ConnectorMXJUrlTestExample.java

You can download sources and binaries from:

http://dev.mysql.com/downloads/connector/mxj/5.0.html

Remember, feedback is welcome and encouraged. Please send questions/comments to ja@lists.mysql.com