Project Group: com.java-adventures.rsc

Remote System Connector - API

com.java-adventures.rsc : remote-system-connector-api

A simple interface for your resource adapter providing access to a connection. Your resource adapter api should extend the Connection and ConnectionFactory interface. The connection interface exposes the api of your remote system.

Last Version: 1.1.0

Release Date:

Remote System Connector - Base Implementation

com.java-adventures.rsc : remote-system-connector

Base implementation for adapters that use url, username and password properties. The goal of this implementation is to reduce your code to a minimum when implementing a new resource adapter.

Last Version: 1.1.0

Release Date:

Echo API

com.java-adventures.rsc : echo-connector-api

API for an example resource adapter that is based on the remote-system-connector-api.

Last Version: 1.1.0

Release Date:

Extended Echo API

com.java-adventures.rsc : extended-echo-connector-api

API for an example resource adapter that is based on the remote-system-connector-api.

Last Version: 1.1.0

Release Date:

JCA Remote System Connector

com.java-adventures.rsc : remote-system-connector-parent

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.

Last Version: 1.1.0

Release Date:

Echo Example

com.java-adventures.rsc : echo-example

Demo Connector and Applicaton based on the UrlBased* classes

Last Version: 1.1.0

Release Date:

Echo Connector

com.java-adventures.rsc : echo-connector

Implementation of the example Echo API. This adapter will not connect to a real remote system. It simply runs in-memory and adds the url, username and password property to the request for the sake of this demo.

Last Version: 1.1.0

Release Date:

Demo-App for Echo Example

com.java-adventures.rsc : demo-app

Two simple REST services that use the same resource adapter implementation but with different configuration. You have to create two connector resources (echo and echo2) before deploying this application.

Last Version: 1.1.0

Release Date:

Extended Echo Example

com.java-adventures.rsc : extended-echo-example

Demo Connector and Applicaton based on the UrlBased* classes which introduces an additional config property

Last Version: 1.1.0

Release Date:

Extended Echo Connector

com.java-adventures.rsc : extended-echo-connector

Implementation of the example Echo API. This adapter will not connect to a real remote system. It simply runs in-memory and adds the url, username and password property to the request for the sake of this demo.

Last Version: 1.1.0

Release Date:

Demo-App for Extended Echo Example

com.java-adventures.rsc : extended-demo-app

Two simple REST services that use the same resource adapter implementation but with different configuration. You have to create two connector resources (echo and echo2) before deploying this application.

Last Version: 1.1.0

Release Date:

  • 1