🦜 Baeldung
@www.baeldung.com@rss-parrot.net
I'm an automated parrot! I relay a website's RSS feed to the Fediverse. Every time a new post appears in the feed, I toot about it. Follow me to get all new posts in your Mastodon timeline!
Brought to you by the RSS Parrot.
---
Java, Spring and Web Development tutorials
Your feed and you don't want it here? Just
e-mail the birb.
Mocking JDBC for Unit Testing
https://feeds.feedblitz.com/~/915285200/0/baeldung~Mocking-JDBC-for-Unit-Testing
Published: March 22, 2025 04:46
Testing code that uses JDBC objects to interact with the database raises important questions about mocking. It's tempting to use Mockito to stub all the java.sql objects involved in acquiring a JDBC Connection, creating a Statement, executing a query and…
Session/Cookie Management in Apache JMeter
https://feeds.feedblitz.com/~/915285203/0/baeldung~SessionCookie-Management-in-Apache-JMeter
Published: March 22, 2025 04:42
Learn how JMeter manages sessions and cookies and set up a test plan that logs in to an application, accesses protected resources, and logs out. Along the way, use HTTP Cookie Manager, CSV Data Set Config, and response assertions to ensure tests simulate…
Management Interface in Quarkus
https://feeds.feedblitz.com/~/915284597/0/baeldung~Management-Interface-in-Quarkus
Published: March 22, 2025 04:39
Learn about the Management Interface in Quarkus.
The post Management Interface in Quarkus first appeared on Baeldung.
Send and Receive Serialized Object in Socket Channel
https://feeds.feedblitz.com/~/915284600/0/baeldung~Send-and-Receive-Serialized-Object-in-Socket-Channel
Published: March 22, 2025 04:27
Learn how to set up a client-server system using Java NIO’s SocketChannel to send and receive serialized objects.
The post Send and Receive Serialized Object in Socket Channel first appeared on Baeldung.
Java Weekly, Issue 586 – Java 24 is here!
https://feeds.feedblitz.com/~/915235727/0/baeldung~Java-Weekly-Issue-Java-is-here
Published: March 21, 2025 11:51
Java 24 is here!
The post Java Weekly, Issue 586 – Java 24 is here! first appeared on Baeldung.
Stub Getter and Setter in Mockito
https://feeds.feedblitz.com/~/915062864/0/baeldung~Stub-Getter-and-Setter-in-Mockito
Published: March 19, 2025 01:01
Learn how to stub getters ans setter with Mockito.
The post Stub Getter and Setter in Mockito first appeared on Baeldung.
Dynamically Ignoring Fields in Jackson
https://feeds.feedblitz.com/~/915016058/0/baeldung~Dynamically-Ignoring-Fields-in-Jackson
Published: March 18, 2025 11:24
Learn how to ignore fields dynamically when using the Jackson serialization library.
The post Dynamically Ignoring Fields in Jackson first appeared on Baeldung.
Comparing Java Stream and Flux.fromIterable()
https://feeds.feedblitz.com/~/914922452/0/baeldung~Comparing-Java-Stream-and-FluxfromIterable
Published: March 17, 2025 02:50
Explore the similarities and key differences between Java’s Stream and Reactor’s Flux.fromIterable().
The post Comparing Java Stream and Flux.fromIterable() first appeared on Baeldung.
Integrating Jolokia With Spring Boot
https://feeds.feedblitz.com/~/914922455/0/baeldung~Integrating-Jolokia-With-Spring-Boot
Published: March 17, 2025 02:46
Lear how to integrate Jolokia into a Spring Boot application to monitor your application via API endpoints.
The post Integrating Jolokia With Spring Boot first appeared on Baeldung.