Java
There are two Java connectors available:
- cartridge-java supports both single Tarantool nodes and clusters, as well as applications built using the Cartridge framework and its modules. The Tarantool team actively updates this module with the newest Tarantool features.
- tarantool-java works with early Tarantool versions (1.6 and later) and offers JDBC interface support for single Tarantool nodes. This module isn’t currently maintained and does not support the newest 2.x Tarantool features or Tarantool clusters.
The following modules support Java libraries and frameworks:
TestContainers Tarantool module adds support for the popular TestContainers framework used for integration testing of Java applications.
Spring Data Tarantool module adds support for the Spring framework.
Check out the Spring Pet Clinic project to get familiar with using this module in real applications.