Coder Social home page Coder Social logo

olivierdemeijer / connect-sdk-java Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ingenico-epayments/connect-sdk-java

0.0 2.0 0.0 179 KB

Ingenico Connect Java Server SDK

Home Page: https://developer.globalcollect.com/documentation/sdk/java/

License: Other

Java 99.99% HTML 0.01%

connect-sdk-java's Introduction

Ingenico Connect Java SDK

Introduction

The Java SDK helps you to communicate with the Ingenico Connect Server API. It's primary features are:

  • convenient Java wrapper around the API calls and responses
    • marshalls Java request objects to HTTP requests
    • unmarshalls HTTP responses to Java response objects or Java exceptions
  • handling of all the details concerning authentication
  • handling of required meta data

Its use is demonstrated by an example for each possible call. The examples execute a call using the provided API keys.

See the Ingenico Connect Developer Hub for more information on how to use the SDK.

Structure of this repository

This repository consists out of four main components:

  1. The source code of the SDK itself: /src/main/java/ and /src/main/generated/
  2. The source code of the SDK unit tests: /src/test/java/
  3. The source code of the example integration tests: /src/it/java/
  4. The source code of the example calls: /src/examples/java/

Building the repository

This repository uses Maven to build. Assuming you have Maven installed, building is straightforward:

  1. Run mvn -clean package from the root directory (which contains the pom.xml file)

The build will generate the following files in the target directory, where x.y.z is the version number:

  • connect-sdk-java-x.y.z.jar, containing the compiled class files
  • connect-sdk-java-x.y.z-javadoc.jar, containing the generated Javadoc
  • connect-sdk-java-x.y.z-sources.jar, containing the source code
  • connect-sdk-java-x.y.z-src.zip, containing the contents of this folder
  • connect-sdk-java-x.y.z-bin.zip, containing the necessary JAR files for standalone deployments and examples

To use it add all JAR files inside the lib folder of the connect-sdk-java-x.y.z-bin.zip file to your project, except for connect-sdk-java-x.y.z-javadoc.jar and connect-sdk-java-x.y.z-sources.jar.

Alternatively, if the Java SDK is installed in an available Maven repository, it can be included as a Maven dependency:

<dependency>
  <groupId>com.ingenico.connect.gateway</groupId>
  <artifactId>connect-sdk-java</artifactId>
  <version>x.y.z</version>
</dependency>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.