JENNIFER seeks to be a platform that can provide a variety of expansion features.
This repository contains Adapter development guides and sample code for creating JENNIFER View Server Adapters
You can use this repo as a base of your adapter or a quick start method.
- git clone https://github.com/jennifersoft/jennifer-view-adapter-tutorial.git
- cd jennifer-view-adapter-tutorial
- mvn install
You can find sample code for the 3 Adapters type provided by JENNIFER in the src folder:
-
TransactionAdapter.java: Example of receiving Real-Time data from X-View
-
EventAdapter.java: Example of receiving data related to an EVENT occurrence
-
LoginAdapter.java: Example of using LoginAdapter for user authentication