Java & Kotlin

JVM releases, Spring ecosystem, build tooling, and performance.

  • 8 Tracked terms
  • Last 30 days Feed window

What this topic collects on

An article joins this feed when it matches these terms. Each one is also a search of its own.

Latest in Java & Kotlin


dev.to > __f5cd865bec2 > your-first-aspnet-app-dependency-injection-741

Your first ASP.NET App: Dependency Injection

1+ hour, 6+ min ago   (19+ words) Hello! In this tutorial we will build your own ASP.NET Service Dependency Injection!... Tagged with webdev, csharp, aspnet, tutorial....


infoq.com > news > 2026 > 09 > java-news-roundup-sep07-2026

Java News Roundup: New OpenJDK JEPs, CDI 5.0, Spring, Open Liberty, RefactorFirst, ADK for Kotlin

1+ hour, 56+ min ago   (378+ words) This week's Java roundup for September 7th, 2026, features news highlighting: new JEPs for ahead-of-time compilation and structured concurrency; GA releases of Jakarta CDI 5.0 and ADK for Kotlin 1.0;...


dev.to > abbassibai > oracle-hcm-position-hierarchy-explained-a-beginners-guide-to-structure-setup-and-hdl-1hb2

Oracle HCM Position Hierarchy Explained: A Beginner's Guide to Structure, Setup, and HDL

2+ hour, 54+ min ago   (225+ words) Introduction I recently came across the concept of Position Hierarchies in Oracle HCM and,... Tagged with beginners, learning, management, tutorial....


dev.to > instawebhook > mission-critical-mobile-iap-handling-apple-app-store-google-play-notifications-with-zero-data-1ok6

Mission-Critical Mobile IAP: Handling Apple App Store & Google Play Notifications with Zero Data Loss

17+ hour, 22+ min ago   (480+ words) Both platforms have shipped meaningful changes to these systems recently — new notification types, new API deprecations, and (in Apple's case) new notification categories tied to age-verification laws and alternative-payment regulation. This guide has been updated and fact-checked against current Apple…...


dev.to > haseebthedev0 > architecting-for-privacy-building-a-100-offline-geofencing-engine-on-android-g9c

Architecting for Privacy: Building a 100% Offline Geofencing Engine on Android

20+ hour, 13+ min ago   (1624+ words) The mid-afternoon sun was hitting the mosque floor, and the room was entirely silent, save for the rhythmic breathing of those in prayer. I had double-checked my phone before entering. Or so I thought. Halfway through the second rak'ah, a…...


dev.to > bruno_candidosalles_5a2d > chain-of-responsibility-em-java-como-transformamos-um-if-de-600-linhas-em-um-pipeline-de-501g

Chain of Responsibility em Java: como transformamos um if de 600 linhas em um pipeline de autorização de pagamentos

20+ hour, 34+ min ago   (867+ words) Padrão comportamental · Java 21 · Spring Boot O Chain of Responsibility (Corrente de Responsabilidade) é um padrão comportamental do catálogo GoF. Padrões comportamentais tratam de como objetos se comunicam e distribuem responsabilidades entre si — diferente dos criacionais (como objetos nascem) e dos…...


dev.to > onatade_abdulmajeed > week-13-of-100daysofcode-completing-spring-microservices-and-starting-junit-5-50pd

Week 13 of #100DaysOfCode: Completing Spring Microservices and Starting JUnit 5

22+ hour, 59+ min ago   (875+ words) This week was another challenging but rewarding part of my #100DaysOfCode journey. I started the week by learning about Docker and containerized Microservices, exploring how containers differ from Virtual Machines, how Docker images and containers work, and how Docker helps package…...


dev.to > xdherick > construindo-um-pipeline-de-processamento-de-pedidos-com-o-padrao-chain-of-responsibility-em-java-510g

Construindo um Pipeline de Processamento de Pedidos com o Padrão Chain of Responsibility em Java

1+ day, 1+ hour ago   (466+ words) Sistemas que processam uma entrada por múltiplas etapas sequenciais — validação, transformação, enriquecimento, persistência — costumam cair em uma armadilha comum: todas as etapas ficam concentradas em um único método gigante, cheio de if/else aninhados, cada um responsável por uma verificação…...


dev.to > marinenimd > context-aware-spring-ai-chat-microservice-ake

Context aware Spring AI chat microservice

1+ day, 2+ hour ago   (360+ words) By default, Large Language Models (LLMs) are completely stateless. Every API call you make to Google Gemini is treated like a first-time introduction. If a user says "My name is Alex" in request one, and "What is my name?" in…...


dev.to > daviggc > unshackling-java-architecture-how-the-builder-pattern-rescued-our-legacy-system-1ngk

Unshackling Java Architecture: How the Builder Pattern Rescued Our Legacy System

1+ day, 2+ hour ago   (1007+ words) A practical guide to the Builder Design Pattern in Java --- from legacy constructors to immutable, self-validating domain objects. In enterprise software engineering, architectural bottlenecks and design flaws tend to recur. As systems scale, challenges such as tight coupling, fragile code,…...