https://github.com/gordonsmith/hpcc-japis
Java based HPCC WebServices Client API project
https://github.com/gordonsmith/hpcc-japis
Last synced: 4 months ago
JSON representation
Java based HPCC WebServices Client API project
- Host: GitHub
- URL: https://github.com/gordonsmith/hpcc-japis
- Owner: GordonSmith
- Created: 2014-11-04T10:43:54.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-07T14:33:37.000Z (over 11 years ago)
- Last Synced: 2025-08-23T09:10:58.246Z (10 months ago)
- Size: 1.23 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
HPCC-Java-APIs Project
=======================
Java based APIs for interaction with HPCC services/tools
The project houses multiple HPCC centric Java based APIs/tools.
Each individual sub-project has been set up as an Eclipse project, but you may use other IDEs as well.
The project is configured to be built using Maven. To build the projects using Maven, navigate to the base directory of this project and issue the following command:
`mvn install`
For more information on how to use Maven see http://maven.apache.org
Projects contained within:
- org.hpccsystems.clienttools Java based interface to HPCC client tools
*Currently only interfaces with eclcc
- org.hpccsystems.rdf.rdf2hpcc RDF data ingestion tool to HPCC
*Based on Apache Jena and dependent on org.hpccsystems.ws.client
- org.hpccsystems.ws.client API which Standardize and facilitate interaction with HPCC Web based Services.
*The project is based on stub code generated from WSDLs using Eclipse tools based on Apache Axis.
- org.hpccsystems.ws.client.legacy API which Standardize and facilitate interaction with legacy HPCC Web based Services
*Dependent on org.hpccsystems.ws.client