Title_Documentation

Documentation

Contact Us

Visualizzazione Knowledge Base

Core Concepts

The framework is based on some simple concepts that allow abstracting many of the logic needed in microservices development.

Everything is based on a basic design, precisely HyperIoTBase. Specifically, in the HyperIoTBase-api module are defined all the abstract concepts underlying the operations of the entire system. Being based on OSGi it is possible at any time to extend and enrich these functionalities.

Getting Started Precedente

Articoli figli (4)

  • HyperIoT Resources

    HyperIoT Resources are divided in 3 types: HyperIoTResource HyperIoTProtectedResource HyperIoTOwnedResource HyperIoTSharedEntity

  • Actions: HuperIoTAction

    The HyperIoTAction interface contained within the HyperIoTBase-api module defines the concept of an action. An action abstractly represents an operation to be performed on a resource or entity....

  • Service Method Interceptors

    HyperIoT Framework provides the ability to insert interceptors via annotation to insert custom pre/post execution logic within the methods of classes representing a HyperIoTService. Why do we need...

  • Pre/Post Actions

    HyperIoT Framework allows registration to standard system events such as pre-login or post-login or alternatively preSave or postSave in the case of entities to be persisted to a database. The...