Microkernel event-driven architecture library to create plugin-based event-driven applications.
-
Updated
Jan 4, 2021 - Java
A kernel is the heart of almost every operating system. It is always loaded in memory at any time and deals with the hardware to provide an interface for the software. It also manages peripherals, memory, interrupts, and processes. Examples of widely used kernels include Windows NT and Linux.
Microkernel event-driven architecture library to create plugin-based event-driven applications.
GoF behavioral patterns, Microkernel, Pipeline and Layered Architecture implementations in Java
A simple example of microkernel architecture how it is organised.
SLIIT 3rd Year 2nd Semester Software Architecture Micro-Kernal Project
Maven archetype for executable .war files based on Jetty
We developed a producer-consumer plugin project using eclipse Equinox OSGI Framework for a music academy.
Extensible microkernel architecture for Java applications. Dynamically manage plugin lifecycles, resolve complex dependencies, ensure strict class isolation, and leverage a built-in event notification system to build modular, scalable software.
A modular, asynchronous, and event-driven MicroKernel system implemented in Java and Jbang.