Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fpapon/blog-tutorial
- Owner: fpapon
- License: apache-2.0
- Created: 2019-11-24T10:57:10.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-08-05T20:56:10.000Z (4 months ago)
- Last Synced: 2024-11-01T08:42:05.771Z (19 days ago)
- Topics: activemq, cdi, docker, ignite, java, kafka, karaf, meecrowave, osgi, tomcat
- Language: Java
- Homepage: https://fpapon.github.io
- Size: 270 KB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.