Skip to content
TILens What matters today in tech v0.0.9
Theme

Topic - Edition

Java

9 items on 22 Aug 2026
Java

API Mocking and Testing With Microcks

Learn how to use Testcontainers integration to spin up Microcks inside a JUnit5 test. The post API Mocking and Testing With Microcks first appeared on Baeldung.

Source: Baeldung Andrei Branza
Java

HTTP Client SSRF Mitigation with InetAddressFilter in Spring Boot

Learn how to use the InetAddressFilter class in a Spring-based application to limit the address that an HTTP client can call. The post HTTP Client SSRF Mitigation with InetAddressFilter in Spring Boot first appeared on…

Source: Baeldung Hamid Reza Sharifi
Java

Java Weekly, Issue 660

A clear Hibernate speedup and a new JSON API coming to Java. The post Java Weekly, Issue 660 first appeared on Baeldung.

Source: Baeldung baeldung
Java

Top 5 Courses to learn Design Thinking in 2026 - Best of Lot

Hello guys, if you are interested in creative ideas and solutions then you may have heard about the Design Thinking technique. Design thinking is the process of making good products that suit users, and also it is a…

Source: Javarevisited javin paul (noreply@blogger.com)
Java

Offline Crypto Address Validation in Java

Backend validation often starts with simple questions. Is the input empty? Does it have the expected shape? Can it be parsed? Does it belong to the selected domain? Crypto wallet addresses are no different, except the…

Source: Foojay Today Oleksandr Dendeberia
Java

The Third-Generation GUI Builder: One Workspace for Every Form

Codename One's third-generation GUI Builder keeps the guided layout work from the previous editor and rebuilds the workflow around Maven projects, live CSS, protected Java regions, and fast switching between forms. The…

Source: Foojay Today Shai Almog