Enterprise Java
-

IntelliJ Aqua Retrospective: Lessons from JetBrains’ Dedicated Test Automation IDE
In the evolving landscape of software quality assurance, JetBrains introduced Aqua as a groundbreaking solution designed specifically for test automation…
Read More » -

Sending POST Data to Websites with Jsoup in Java
Posting data to websites—such as submitting login forms, sending API requests, or interacting with web systems—is a common requirement in…
Read More » -

HTTP Client From OpenAPI Spec And Spring Boot Example
1. Introduction OpenAPI ( formerly Swagger) provides a standard way to describe Rest APIs and OpenAPI Generator tool to generate…
Read More » -

Guide to Logging in Java Jersey Applications
Logging is a critical part of any production-ready RESTful service. It helps us trace requests, debug issues, and monitor performance.…
Read More » -

Mocking AmazonSQS in Unit Tests
Unit tests should be fast, isolated, and deterministic. When your Java application interacts with AWS SQS, you want to avoid…
Read More » -

Spring AI Integration: Building Intelligent Java Applications
The AI revolution isn’t just for Python developers anymore. With Spring AI quickly becoming the starting point when Java developers…
Read More » -

Micrometer’s Observation API: Unified Observability for the JVM
For too long, the gap between writing code and understanding its production behavior has been frustratingly wide. We’ve deployed applications,…
Read More » -

Getting Started with Repository Vector Search in Spring Data
With Spring Data, vector search is supported via new repository methods, allowing us to define similarity queries using familiar repository…
Read More » -

Making Spring Integration Tests Run Faster
Integration tests exercise the application with realistic wiring, bridging the gap between pure unit tests and full end-to-end tests. They…
Read More »





