commit | 1d81dd6c9a88ab8c2244ac4d62d7cfc1e80465a5 | [log] [tgz] |
---|---|---|
author | Cong Qin <kingcong@gmail.com> | Thu Feb 21 16:09:54 2013 -0800 |
committer | Cong Qin <kingcong@gmail.com> | Thu Feb 21 16:09:54 2013 -0800 |
tree | d8d658bb3ad89231680a96e3b84b9eac65d6d237 | |
parent | b390513688488ef650c3046f511bb44163225584 [diff] |
SDKJAVA-1 #time 1w #comment Updated main README to be a little more clear on usage as well as providing commands on how to generate java docs #resolved
To build this SDK you'll need Maven 3.x.x and run in the root:
mvn clean install
To generate Java Docs please use:
mvn clean site
Import in the created JAR file through your dependency manager of choice, Maven, Ivy, etc or place it in your application classpath
Refer to the examples to see basic usage.
Note that you can edit PredictionIO.java to set your own default values to build your own package to use. Otherwise, please remember to provide both API Key and API Url when creating a PredictionIO Object for use.