Java

All about Java Programming Language

Spring Cloud AWS and AWS SSM Parameter Store and AWS Secrets Manager from Spring Boot and Java

Spring Cloud AWS and AWS SSM Parameter Store and AWS Secrets Manager from Spring Boot and Java

This is a spring cloud implementation from this article https://lotusteksolution.com/2025/09/09/how-to-use-aws-ssm-parameter-store-and-aws-secrets-manager-from-spring-boot-and-java/ This tutorial uses Spring Cloud AWS property mapping (so Parameter
LTS LTS
12 min read
How to use AWS SSM Parameter Store and AWS Secrets Manager from Spring Boot and Java

How to use AWS SSM Parameter Store and AWS Secrets Manager from Spring Boot and Java

A practical, hands-by-step article showing how to fetch configuration stored in AWS Systems Manager Parameter Store (SSM) and AWS Secrets
LTS LTS
10 min read
Factory Pattern using Java and Spring Boot web application

Factory Pattern using Java and Spring Boot web application

Let’s take the Factory Pattern and apply it to a Spring Boot web application. Let’s use a more real-world case:
LTS LTS
1 min read
Factory Pattern in Java Simplified

Factory Pattern in Java Simplified

The Factory Pattern is a creational design pattern that provides an interface for creating objects but allows subclasses or dedicated
LTS LTS
1 min read
Validation in Spring Boot REST APIs — A Complete Guide

Validation in Spring Boot REST APIs — A Complete Guide

Building RESTful APIs often involves handling client input. To ensure data integrity and prevent invalid values from polluting your system,
LTS LTS
3 min read
Sending Emails with AWS SES Using Java and Spring Boot – A Complete Guide

Sending Emails with AWS SES Using Java and Spring Boot – A Complete Guide

Overview Amazon Simple Email Service (SES) is a cloud-based email sending service designed to help digital marketers and application developers
LTS LTS
3 min read
Spring Boot DevTools and Hot Reload: Boost Development Efficiency

Spring Boot DevTools and Hot Reload: Boost Development Efficiency

When building modern applications with Spring Boot, developers often make frequent changes to code, configurations, and templates. Restarting the application
LTS LTS
2 min read
Pagination and Sorting with Spring Data JPA (Complete Guide with Example)

Pagination and Sorting with Spring Data JPA (Complete Guide with Example)

In modern web applications, handling large datasets efficiently is essential. Instead of returning all records at once (which is inefficient
LTS LTS
2 min read
Building Spring Boot Microservices with Spring Cloud (Full Example)

Building Spring Boot Microservices with Spring Cloud (Full Example)

Overview Microservices architecture breaks down an application into loosely coupled, independently deployable services. Spring Boot combined with Spring Cloud provides
LTS LTS
3 min read
Basic Authentication with Spring Boot Security: A Complete Guide with Full Example

Basic Authentication with Spring Boot Security: A Complete Guide with Full Example

Spring Security is a powerful and highly customizable authentication and access-control framework. One of the simplest ways to secure a
LTS LTS
2 min read