If you are interested in writing an article about open source tools and technologies, please DM me. We will review and publish the same. #opensource#foss
Explore SQLite JSON Operations Using JDBC
Storing JSON data in database is inevitable. Most of the database provide JSON functions to work with JSON column. In this article, we will explore SQLite JSON operations using JDBC. #java#jdbc#jsonblackslate.io/articles/explo…
Connect to PostgreSQL using Spring Boot JDBC Client and Hikari
In this article, we will explore how to connect to PostgreSQL from Spring Boot application using JdbcClient and Hikari connection pool library. #java#postgresql#springbootblackslate.io/articles/conne…
Introduction to Apache Camel
Apache Camel serves as a dynamic and robust solution for integrating disparate systems within Java applications. In this article, we will explore the basics of Apache Camel. #java#camel#apachecamelblackslate.io/articles/intro…
Getting started with Apache CXF for SOAP Web Services in Java
In this article, we'll explore the basics of Apache CXF and how to get started with creating SOAP web services in Java. #java#soap#apachecxfblackslate.io/articles/getti…
Java Virtual Threads
Virtual Threads are light weight threads helps to create threads to increase concurrency. In this article, we will explore how to create and manage virtual threads. #java#jdk#threads#concurrencyblackslate.io/articles/java-…