SaaSHub helps you find the best software and product alternatives Learn more →
Java-tutorials Alternatives
Similar projects and alternatives to java-tutorials
-
Ayza
🔐 An SSL library for configuring http client or server. Rich with features such as hot reloading ssl and trusting additional certificates during runtime, combining multiple keystores, loading pem files and os/jdk certificates, logging certificate information during ssl handshake, bypassing ssl configuration from other libraries and more
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
mutual-tls-ssl
🔐 Tutorial of setting up Security for your API with one way authentication with TLS/SSL and mutual authentication for a java based web server and a client with both Spring Boot. Different clients are provided such as Apache HttpClient, OkHttp, Spring RestTemplate, Spring WebFlux WebClient Jetty and Netty, the old and the new JDK HttpClient, the old and the new Jersey Client, Google HttpClient, Unirest, Retrofit, Feign, Methanol, vertx, Scala client Finagle, Featherbed, Dispatch Reboot, AsyncHttp
-
es-kafka-pagination
Let’s say you have an ElasticSearch Index of 1,000,000 documents and you need to run some operation on those documents.
-
-
-
-
SpringBoot_Angular_FullStackWebApp
Playground for research, development, and implementation of the latest technologies.
-
microservices-java-grpc
Java microservices with REST, and gRPC using BFF pattern. This repository contains backend services. Everything is dockerized and ready to "Go" actually "Java" :-)
-
spring-schema-registry
The purpose of this module is to solve the problem of multiple keystores using Spring Boot + Kafka + Schema Registry + SSL and Spring Schema Resgistry Test
-
Jetty
Eclipse Jetty® - Web Container & Clients - supports HTTP/3, HTTP/2, HTTP/1, websocket, servlets, and more
java-tutorials discussion
java-tutorials reviews and mentions
- JVM Rainbow – Mixing Java Kotlin Scala Clojure and Groovy
- JVM Rainbow – Mixing Java, Scala, Kotlin and Groovy
-
Hot reload SSL configuration for a server and http client
Hi, I have been working on a small library to make hot reloading of a ssl configuration for a server and http client possible. I was just curious why we needed to restart the server or recreate a http client with new ssl configuration when the keystores needed to be updated. I wanted to learn how the ssl configuration is handled in java and was just curious if I could be able to bypass this limitation and reload the ssl configuration instantly. An alternative would be to use nginx as a proxy with ssl configuration for a server setup, but I was a bit bored and wanted to achieve this just in java. In the above demo I demonstrate a spring boot with embedded jetty server, however similar behaviour is possible with akka or other servers which use SSLContext, SSLSocketFactory, SSLEngine, TrustManager or KeyManager. The server has an initial ssl configuration and it will get updated by an admin application from the terminal through an https request, but it can also use a file listener to update it. If the keystores on the filesystem get replaced or updated it can also pick that up or fetch it from a database based on a trigger or something else. The demo can be found here https://github.com/Hakky54/java-tutorials/tree/main/instant-server-ssl-reloading I use my own library to have this setup working, which is available here: https://github.com/Hakky54/sslcontext-kickstart
-
Updating server certificates during runtime without the need of restarting it
The example project is here: GitHub - Instant server ssl reloading
-
A note from our sponsor - SaaSHub
www.saashub.com | 12 Jun 2026
Stats
Hakky54/java-tutorials is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of java-tutorials is Java.
Popular Comparisons
- java-tutorials VS mutual-tls-ssl
- java-tutorials VS es-kafka-pagination
- java-tutorials VS spring-chat-api
- java-tutorials VS TLS-Anvil
- java-tutorials VS MoreShortcuts
- java-tutorials VS SpringBoot_Angular_FullStackWebApp
- java-tutorials VS microservices-java-grpc
- java-tutorials VS spring-schema-registry
- java-tutorials VS Ayza
- java-tutorials VS Jetty