Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rusticisoftware/scormcloud_legacyjava142library
This is the legacy java library for 1.4.2. If you are able, please use the other Java library we provide as it is intended for newer Java versions.
https://github.com/rusticisoftware/scormcloud_legacyjava142library
Last synced: 26 days ago
JSON representation
This is the legacy java library for 1.4.2. If you are able, please use the other Java library we provide as it is intended for newer Java versions.
- Host: GitHub
- URL: https://github.com/rusticisoftware/scormcloud_legacyjava142library
- Owner: RusticiSoftware
- Created: 2011-03-08T18:31:54.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-03-17T18:37:43.000Z (almost 14 years ago)
- Last Synced: 2024-03-26T01:21:27.952Z (9 months ago)
- Language: Java
- Homepage: http://www.scorm.com
- Size: 134 KB
- Stars: 2
- Watchers: 23
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
SCORM Cloud Service Java Library
Rustici SoftwareAbout:
The SCORM Cloud Java Library is a java library intended to aid in the integration of the SCORM Cloud service API into java applications. This library does not cover all possible SCORM Cloud service API calls, but it does cover the basics. Descriptions of the full API can be found here: http://cloud.scorm.com/EngineWebServices/doc/SCORMCloudAPI.htmlUsing the Library:
Compile using "ant clean compile"
Create a deployable jar using "ant clean package"There is also a Java Demo application available for download here: https://github.com/RusticiSoftware/SCORMCloud_JavaDemoApp
The demo app is meant to provide examples for how to use many of the basic library calls.Updates:
v1.1.2
2.14.2011
* Added the DebugService to the library for testing connections to the SCORM Cloud service.