All modules:
TODO .
This module holds utilities used in other libraries of the toolkit. Check the packages' documentation for more details. You can find a quick recap of the main features in the sections below.
Provide general utilities to attach many handlers to be applied on events processing. Events can be of any type.
This module holds utilities used in other libraries of the toolkit. Check the packages' documentation for more details. You can find a quick recap of the main features in the sections below.
This module holds HTTP classes and utilities independent of third party libraries and shared among HTTP clients and HTTP servers.
This port provides a common interface for using HTTP clients. Many adapters can be developed to use different technologies.
http_client.md implementation using the Java HTTP Client classes.
http_client.md implementation using the Jetty HTTP Client library.
http_client.md implementation using the Jetty HTTP Client library (adding WS support).
This port's purpose is to develop HTTP servers (REST services or Web applications). It defines a DSL to declare HTTP request handlers.
This port's purpose is to develop HTTP servers (REST services or Web applications). It defines a DSL to declare HTTP request handlers.
Helidon adapter for the http_server.md port.
Jetty adapter for the http_server.md port.
Netty adapter for the http_server.md port.
Netty Epoll adapter for the http_server.md port.
TODO
This module...
Contains logging utilities for the Java Util Logging package.
TODO.
Provides repeated tasks execution based on Cron expressions for Hexagon framework. It uses the Cron-utils Java Library.
This module holds serialization utilities.
TODO
This port provides a common interface for rendering templates with multiple different template engines.
This module provides an adapter for the templates Port supporting the Apache FreeMarker template engine.
jte template engine adapter for Hexagon.
Pebble template engine adapter for Hexagon.
Rocker template engine adapter for Hexagon.
Adds utilities for serving HTML pages over HTTP servers. Combines the http_server.md and templates.md ports.