Nuun IO Kernel Core · This is the core part of the Nuun IO Kernel. This project contains the core implementation of the Kernel. See Kernel parent description.
Group: io.nuun - All Dependencies
Nuun IO Kernel Specs · This is the specs part of the Nuun IO Kernel. API and SPI. Use this project for your specs oriented projects. See kernel parent description.
Nuun IO Log Plugin · Nuun Log Plugin will manage the injection of SL4J Logger.
Nuun IO Web plugin · Nuun IO Web plugin will handle Servlet API. It will offer : Servlet, Filter and Listener injection mechanism.
Nuun IO C.L.I. plugin · This plugin provides the IOC for command line. With it you can handle projects with command line options.
Nuun IO Kernel Tests · This is the tests part of the Nuun IO Kernel. Use this project when you want to make unit test and integration tests from your plugins. See kernel parent description.
Nuun IO Kernel · Nuun Kernel is a software kernel for framework creation. It brings a powerful plugin design plus a JSR 330 compliant injection mechanism backed by Guice. Plugin benefits from kernel capabilities by sendings request to it : - kernel params request : - Classpath scans request :on class by name, annotation, meta annotation or more generally Predicate - Binding Request : Nuun Kernel provides an SPI in order to bring IOC from other vendors. Nuun Kernel come with 2 plugins: - Configuration Plugin : a plugin that inject the good property based on @Property annotation. - Log plugin : a Log handler that inject the good Log implementation
Nuun IO REST plugin · Nuun IO Rest plugin will handle JSR-311 with Jersey. It will handle Resources and others JRS-311 concepts.
Nuun IO Configuration Props Plugin · This plugin allows to integrate Jodd.org Props lib into Nuun IO. This project is a plugin for nuun.io kernel please check http://nuun.io/kernel.
Kernel listener · Nuun kernel listener will provide events about the kernel life cycle.