Versions Compared

Key

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

The following illustrates the basic components of a genOSLC Java Framework.

...

IToolAdapter

...

A genOSLC is a Spring Boot Java application which uses the genOSLC Java Framework. The heart of the integration is the implementation of the IToolAdapter Java interface (Authoring Tool Adapter above). This implementation uses the Native API of the Authoring Tool to expose its objects to genOSLC.

...