News

The Amazon Web Services (AWS) JDBC Driver for MySQL allows an application to take advantage of the features of clustered MySQL databases. It is based on and can be used as a drop-in compatible for the ...
Java's Microservices Toolkit Gets a Quiet but Crucial Upgrade The MicroProfile Working Group, the open forum that optimizes Enterprise Java for a microservice architecture, just released their latest ...
In Java 24, Project Leyden’s JEP 483, "Ahead-of-Time Class Loading & Linking", starts Java applications like Spring PetClinic up to 40% faster without code changes or new application constraints ...
This Java and ChatGPT tutorial demonstrates how to use Spring AI within a Spring Boot application to query ChatGPT and create an interactive chatbot.
How to connect Java to a PostgreSQL database The steps required to connect a Java application to a PostgreSQL database follow the same pattern as other databases such as MySQL, SQLite and Microsoft's ...
Microservices architecture has revolutionized how modern applications are designed, providing greater flexibility, scalability, and maintainability. However, with the adoption of microservices comes ...
MicroStream abstracts the Java persistence layer so you can think about data persistence in an object-oriented way. Here's a hands-on introduction.