/useful-links

Overview over useful links, which will grow over time

Overview over useful links, which will grow over time

Docker:

docker search <repository>:<port>/<library>:<version>

docker exec -i -t <image> /bin/bash -> [cat <file>]

docker pull <image>
docker images
docker start/stop <image>
docker ps
docker exec <container> env
docker inspect <image>

Database:

  • Dbeaver - Universal SQL Client
  • Jailer - an tool for database subsetting, schema and data browsing. Perfect for create consistent DB test data.
  • Debezium - a amazing distributed platform for change data capture
  • Jeddict - before JPAModeller, JPA, Java EE 8 and MicroProfile application generator
  • KissMDA - Model Driven Architecture (MDA) generator

Swagger:

  • Swagger - The World's most popular API-Tooling
  • jaxrs-analyzer - generate your swagger docu with bytecode magic from your JAX-RS service

Enterprise Integration Patterns:

  • Apache Karaf - modern and polymorphic container
  • Apache Camel - concrete implementations of all the widely used Enterprise Integration Patterns (EIPs)
  • Smooks - Smooks is an extensible framework for building applications for processing XML and non XML data (CSV, EDI, Java etc) using Java

Web Frontend Systems:

  • Errai - Java EE In The Browser, GWT based
  • Vaadin - Vaadin Framework is a Java UI framework that simplifies your web app development, GWT based, new with web components
  • Vue - The Progressive JavaScript Framework, can be compared to REACT

Prometheus

Business intelligence

  • Apache Superset - Apache Superset is a modern, enterprise-ready business intelligence web application

Monitoring:

Swing

  • An amazing SWING LAF inspired by the IntelliJ IDE FlatLaf

JVM Tools

  • JavaObjectLayout is the tiny toolbox to analyze object layout schemes in JVMs.