Last Version

relay-jdbc 3.0.0

relay-jdbc allows a JDBC connection to be relayed through an intermediate relay server: it is both a JDBC driver (client) and a JDBC relay server. It is a fork of https://github.com/AugeoSoftware/VJDBC project, where Aleksei Yu. Semenov has implemented a number of brilliant improvements of the orignal VJDBC project hosted on http://vjdbc.sourceforge.net Original Developers were: Hunter Payne ([email protected]) and Michael Link ([email protected]). For all pre-existing code, credits go to the original respective author. This product brings the original VJDBC concept further and (apart from code quality improvements and bug fixes) implements complete separation of the underlying transport mechanism, introducing support for connecting directly through a SSH pipe, where the relay server interacts with the client through standard I/O pipes. The re-designed transport architecture supports easy development of new transport implementations, allowing this JDBC relay to be quickly adapted to a variety of exotic environments.

License

License

GroupId

GroupId

com.github.peter-gergely-horvath
ArtifactId

ArtifactId

relay-jdbc
Version

Version

3.0.0
Type

Type

jar
Description

Description

relay-jdbc
relay-jdbc allows a JDBC connection to be relayed through an intermediate relay server: it is both a JDBC driver (client) and a JDBC relay server. It is a fork of https://github.com/AugeoSoftware/VJDBC project, where Aleksei Yu. Semenov has implemented a number of brilliant improvements of the orignal VJDBC project hosted on http://vjdbc.sourceforge.net Original Developers were: Hunter Payne ([email protected]) and Michael Link ([email protected]). For all pre-existing code, credits go to the original respective author. This product brings the original VJDBC concept further and (apart from code quality improvements and bug fixes) implements complete separation of the underlying transport mechanism, introducing support for connecting directly through a SSH pipe, where the relay server interacts with the client through standard I/O pipes. The re-designed transport architecture supports easy development of new transport implementations, allowing this JDBC relay to be quickly adapted to a variety of exotic environments.
Project URL

Project URL

https://github.com/peter-gergely-horvath/relay-jdbc
Source Code Management

Source Code Management

https://github.com/peter-gergely-horvath/relay-jdbc

Download relay-jdbc 3.0.0


<!-- https://jarcasting.com/artifacts/com.github.peter-gergely-horvath/relay-jdbc/ -->
<dependency>
    <groupId>com.github.peter-gergely-horvath</groupId>
    <artifactId>relay-jdbc</artifactId>
    <version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.peter-gergely-horvath/relay-jdbc/
implementation 'com.github.peter-gergely-horvath:relay-jdbc:3.0.0'
// https://jarcasting.com/artifacts/com.github.peter-gergely-horvath/relay-jdbc/
implementation ("com.github.peter-gergely-horvath:relay-jdbc:3.0.0")
'com.github.peter-gergely-horvath:relay-jdbc:jar:3.0.0'
<dependency org="com.github.peter-gergely-horvath" name="relay-jdbc" rev="3.0.0">
  <artifact name="relay-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.peter-gergely-horvath', module='relay-jdbc', version='3.0.0')
)
libraryDependencies += "com.github.peter-gergely-horvath" % "relay-jdbc" % "3.0.0"
[com.github.peter-gergely-horvath/relay-jdbc "3.0.0"]

Dependencies

compile (12)

Group / Artifact Type Version
org.eclipse.jetty : jetty-servlet jar 9.4.20.v20190813
commons-beanutils : commons-beanutils jar 1.7.0
commons-beanutils : commons-beanutils-core jar 1.7.0
commons-codec : commons-codec jar 1.3
commons-collections : commons-collections jar 3.2
commons-dbcp : commons-dbcp jar 1.4
commons-digester : commons-digester jar 1.7
commons-httpclient : commons-httpclient jar 3.0.1
commons-logging : commons-logging jar 1.1
com.jcraft : jsch jar 0.1.55
oro : oro Optional jar 2.0.8
com.esotericsoftware.kryo : kryo jar 2.24.0

provided (1)

Group / Artifact Type Version
org.glassfish : javax.servlet jar 3.0

test (2)

Group / Artifact Type Version
com.h2database : h2 jar 1.4.199
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.