Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fpapon/blog-tutorial

Repository of blog tutorial
https://github.com/fpapon/blog-tutorial

activemq cdi docker ignite java kafka karaf meecrowave osgi tomcat

Last synced: 12 days ago
JSON representation

Repository of blog tutorial

Awesome Lists containing this project

README

        

[![Java CI with Maven](https://github.com/fpapon/blog-tutorial/actions/workflows/maven.yml/badge.svg)](https://github.com/fpapon/blog-tutorial/actions/workflows/maven.yml)

# Kamino blog

Github repository of the blog https://fpapon.github.io/

## List

* [CDI](https://github.com/fpapon/blog-tutorial/tree/master/cdi): using CDI in standalone application with Apache Openwebbeans.
* [Apache Ignite](https://github.com/fpapon/blog-tutorial/tree/master/ignite): embedded Apache Ignite in Karaf.
* [Apache ActiveMQ](https://github.com/fpapon/blog-tutorial/tree/master/activemq-docker): create custom distribution of Apache ActiveMQ with Docker.
* [Apache Karaf Custom](https://github.com/fpapon/blog-tutorial/tree/master/kararf-custom-distribution): create custom distribution of Apache Karaf with Docker.
* [Apache Meecrowave](https://github.com/fpapon/blog-tutorial/tree/master/meecrowave): create microservices with Apache Meecrowave.
* [Http-proxy](https://github.com/fpapon/blog-tutorial/tree/master/http-proxy): create a tcp proxy with Netty.
* [Apache Tomcat](https://github.com/fpapon/blog-tutorial/tree/master/tomcat-docker): create custom distribution of Apache Tomcat with Docker.
* [Apache Kafka](https://github.com/fpapon/blog-tutorial/tree/master/kafka): junit tests for Apache Kafka pub/sub with embedded broker.