/xiphis-utils

Java Utilities

Primary LanguageJava

Xiphis Utils

This is a set of utility classes for Java to aid writing complex and large applications.

  • common Just a bunch of common stuff.

  • cli Classes and annotations for command line argument processing.

  • var Classes for runtime metadata variables.

  • tbb Async task classes inspired by Intel Thread Building Blocks.

  • app A module framework for large applications.

The app framework permits breaking up a large project into various functional modules with dependencies and the framework will organise the initialization and shutdown ordering.