Skip to content

IntegrationMatters/njams-sdk

Repository files navigation

nJAMS SDK

GitHub all releases GitHub release (latest by date)

The nJAMS Client SDK provides implementations to connect to nJAMS Server and create messages via Java classes. It should be the underlying base when you try to create a nJAMS client.

SDK uses the Messageformat which contains the shared Message structures between client and server.

JavaDoc

Getting started

  • Sample
    • See our sample client implementations
  • Releases - Download latest SDK Release
  • Use SDK as a dependency in your Client project.
  • Instantiate Njams Object with your Client Path
  • Add images and ProcessModels to Njams
  • Start Njams and begin to create Jobs/Logmessages for a Process

FAQ

  • FAQ - Questions on how to use SDK Features

Third Party Libs Licenses

  • Libs - Licenses of third party libs

Full Settings Properties File

License

Copyright (c) 2022 Faiz & Siegeln Software GmbH

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

The Software shall be used for Good, not Evil.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.