cosmicflame / java-aci-api-ng

IDOL ACI API NG for Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

java-aci-api-ng

A Java API for communicating with Hewlett Packard Enterprise ACI servers.

Build Status

About

The HPE Content Infrastructure (ACI) is a protocol for communicating with HPE servers using XML over HTTP. This Java API provides an interface for constructing and executing ACI requests and for consuming ACI responses. Previous versions were available as jar files from HPE customer support.

Usage

java-aci-api-ng is available from the central Maven repository.

<dependency>
    <groupId>com.hp.autonomy.aci.client</groupId>
    <artifactId>aci-api</artifactId>
    <version>6.0.0</version>
</dependency>

For more documentation, see the project homepage here.

Migration to FOSS Version

Previous versions of this library included a taglib for use in JSPs and support for legacy OEM encryption. Builds with these features are available from HPE customer support.

Contributing

We welcome pull requests. These must be licensed under the MIT license. Please submit pull requests to the develop branch - the master branch is for stable code only.

Is it any good?

Yes.

License

Copyright 2006-2015 Hewlett-Packard Development Company, L.P. Copyright 2015-2016 Hewlett Packard Enterprise Development LP

Licensed under the MIT License (the "License"); you may not use this project except in compliance with the License.

About

IDOL ACI API NG for Java

License:MIT License


Languages

Language:Java 99.8%Language:Shell 0.2%