Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you count nine planets, your OSID environment is working. Anything less then there was a serious problem.

What It Does

OSID Consumer

net.okapia.osid.sample.Test illustrates the basics of consuming an OSID. 

  • Starting up the OSID Runtime environment.
  • Loading a Resource OSID Provider
  • Getting some stuff from it.

OSID Provider

The Resource OSID Provider is net.okapia.osid.sample.providers.resource.solarsystem. It demonstrates:

  • An OsidManager.
  • Setting up the identity of the service provider.
  • Implementing a simple OsidSession.
  • Implementing an OsidRecord attached to an OsidObject.

Configuration