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: about 1 year 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 (about 15 years ago)
- Default Branch: master
- Last Pushed: 2011-03-17T18:37:43.000Z (about 15 years ago)
- Last Synced: 2025-01-28T00:15:09.764Z (about 1 year ago)
- Language: Java
- Homepage: http://www.scorm.com
- Size: 134 KB
- Stars: 3
- Watchers: 24
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
SCORM Cloud Service Java Library
Rustici Software
About:
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.html
Using 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.