JOSIF Guidebook

JOSIF Main Page | Framework Guidebook

Introduction

JOSIF (Joint Open Source Interface Framework) provides the environment, patterns, tooling and libraries needed to develop interfaces.
This guidebook explains how to use it.

The first chapter explains the modeling principles used in JOSIF, as well as the meta-model underneath it. The shared models used are part of this chapter.

The second chapter on tooling is moer targeting on how to use practically the tooling to build interfaces. e TIP Design Specifications call for the specification of coarse-grained interfaces to typical OSS applications such as trouble ticketing or inventory management. The interfaces are characterized by a well-defined set of managed-entity types which are exposed by one of the interfaces described in the TIDS protocol-specific Specification.

The third chapter will cover the implementation part, Reference Implementation (RI) and Conformance Test Kits (CTK). This chapter is empty as RI and CTK will be addressed in JOSIF V1.2.

The last chapter descrbed the various Frmework sub-projects.

Note: while JOSIF is developped in open source, this is no implied obligation that the interfaces developed using JOSIF are also developed in open source.

Modeling

Tooling