HA-JDBC 1.1.9 review
Download
|
|
HA-JDBC project is a JDBC driver implementation that provides light-weight, transparent clustering capabilities to groups of homogeneous JDBC- accessed databases.
Here are some key features of "HA JDBC":
Supports any database accessible via JDBC.
High-availability - Database cluster can lose a node without failing the current transaction.
Improves performance of concurrent read-access by distributing load across individual nodes.
Support for full JDBC 3.0 (Java 1.4) feature set.
Compatible with JDBC RowSet implementations found in Java 1.5.
Out-of-the-box database-independent strategies for synchronizing a failed cluster node.
Exposes JMX management interface to allow administration of database clusters.
Open source (LGPL).
Requirements:
JGroups - reliable multicast communication framework
JiBX - an XML binding framework
Commons-Logging - an ultra-thin bridge between different logging librarie.
What's New in This Release:
Fixed PostgreSQL Blob/Clob handling in differential and full synchronization strategies when large objects require updating.
Upgraded jcl104-over-slf4j.jar to slf4j 1.0.2 version.
HA-JDBC 1.1.9 keywords