Giter VIP home page Giter VIP logo

target-java-sdk's Introduction

Adobe Target Java SDK

The Adobe Target Java SDK uses the [Target View Delivery API] to retrieve and deliver personalized experiences using best practices. Furthermore, the Java SDK helps manage integrations with Experience Cloud solutions like Visitor API and Adobe Analytics.

Getting started

Prerequisites

  • Java 8+
  • Maven or Gradle

Installation

To get started with Target Java SDK, just add it as a dependency in gradle as:

implementation 'com.adobe.target:target-java-sdk:2.5.0'

or maven as:

<dependency>
    <groupId>com.adobe.target</groupId>
    <artifactId>target-java-sdk</artifactId>
    <version>2.5.0</version>
</dependency>

Super Simple to Use

Please take a look at our documentation to learn how to use the Java SDK.

Samples

The Adobe Target Java SDK Samples can be found here.

Development

Check out our Contribution guidelines as well as Code of Conduct prior to contributing to Target Java SDK development.

  1. To build the project: ./gradlew build
  2. To install java-sdk locally: ./gradle install

Delivery API Client generation

The SDK depends on Target Open API. It uses Open API and the Open API generator to generate the low level HTTP client.

To be able to use Target Open API for code generation, we are leveraging Git subtree.

To refresh the local target-openapi subtree, use the command:

git subtree pull --prefix openapi [email protected]:adobe/target-openapi.git main --squash

The openapi-generator config is located in the codegeneration directory, but there is no need to invoke it directly. To regenerate the openapi models use the command: ./gradlew codegen spotlessApply

target-java-sdk's People

Contributors

shandilya3 avatar xdex avatar eric-fichtel-adobe avatar artur-ciocanu avatar ericfichtel avatar anshchauhan avatar dcottingham avatar donwalling avatar jasonwaters avatar mptap avatar babin920 avatar sakshamtaneja21 avatar filmaj avatar gregggreg avatar hisham-hassan avatar

Stargazers

 avatar

Watchers

 avatar  avatar

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.