Last Version

JCA Remote System Connector 1.1.0

A base implementation of a JEE Connector that provides Url, Username and Password properties. With this base implementation you should be able to create simple url based resource adapters without coding much overhead.

License

License

GroupId

GroupId

com.java-adventures.rsc
ArtifactId

ArtifactId

remote-system-connector-parent
Version

Version

1.1.0
Type

Type

pom
Description

Description

JCA Remote System Connector
A base implementation of a JEE Connector that provides Url, Username and Password properties. With this base implementation you should be able to create simple url based resource adapters without coding much overhead.
Source Code Management

Source Code Management

https://github.com/scheuchzer/outbound-connector

Download remote-system-connector-parent 1.1.0


<!-- https://jarcasting.com/artifacts/com.java-adventures.rsc/remote-system-connector-parent/ -->
<dependency>
    <groupId>com.java-adventures.rsc</groupId>
    <artifactId>remote-system-connector-parent</artifactId>
    <version>1.1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.java-adventures.rsc/remote-system-connector-parent/
implementation 'com.java-adventures.rsc:remote-system-connector-parent:1.1.0'
// https://jarcasting.com/artifacts/com.java-adventures.rsc/remote-system-connector-parent/
implementation ("com.java-adventures.rsc:remote-system-connector-parent:1.1.0")
'com.java-adventures.rsc:remote-system-connector-parent:pom:1.1.0'
<dependency org="com.java-adventures.rsc" name="remote-system-connector-parent" rev="1.1.0">
  <artifact name="remote-system-connector-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.java-adventures.rsc', module='remote-system-connector-parent', version='1.1.0')
)
libraryDependencies += "com.java-adventures.rsc" % "remote-system-connector-parent" % "1.1.0"
[com.java-adventures.rsc/remote-system-connector-parent "1.1.0"]

Dependencies

provided (1)

Group / Artifact Type Version
org.glassfish.main.extras : glassfish-embedded-all jar 3.1.2.2

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
org.mockito : mockito-all jar 1.9.5

Project Modules

  • remote-system-connector-api
  • remote-system-connector
  • examples/urlbased/echo
  • examples/urlbased/extended-echo