Learn about the different features OkHttp has for POST requests.
Also find me here:
Baeldung Editor
Zeger Hendrikse
I am a self employed IT consultant who is specialized in fields of Java/JEE development, agile coaching and continuous delivery. The majority of my projects have been related to finance and insurance. My favorite slogan is: keep it simple!
Here's what I've reviewed (so far):
Baeldung on Java
- All
- Java (12)
- Spring (8)
- Persistence (8)
- Data (6)
- Core Java (6)
- Java Map (5)
- Java Collections (5)
- Testing (4)
- Spring Boot (4)
- Java String (4)
- HTTP Client-Side (4)
- Spring Security (3)
- REST (3)
- Java Streams (3)
- Jakarta EE (3)
- XML (2)
- Spring MVC (2)
- NoSQL (2)
- Java List (2)
- Java IO (2)
- Java Concurrency (2)
- Java Array (2)
- Groovy (2)
- Spring Web (1)
- Spring Cloud (1)
- Security (1)
- Networking (1)
- Java Web (1)
- Java Dates (1)
- JVM (1)
- JSON (1)
- IDE (1)
- Cloud (1)
- Artificial Intelligence (1)
- Architecture (1)
A Quick Guide to Timeouts in OkHttp
Filed under HTTP Client-Side, Testing
Learn what different ways to configure timeouts when testing endpoints using OkHttp
Polymorphism in Java
Filed under Core Java
Discover polymorphism in Java.
The Order of Tests in JUnit
Filed under Testing
Learn how to run JUnit tests in a custom order.
CAS SSO With Spring Security
Filed under Spring Security
Learn how to integrate the Central Authentication Service (CAS) with Spring Security.
Introduction to Spring Cloud CLI
Filed under Spring Cloud
Learn about Spring Boot Cloud CLI which provides a set of command line enhancements to the Spring Boot CLI.
The Java continue and break Keywords
Filed under Core Java
Learn about the continue and break Java keywords and how to use them in practice.
Groovy Bean Definitions
Learn how we can use a Groovy-based configuration in our Java Spring projects.
HibernateException: No Hibernate Session Bound to Thread in Hibernate 3
Filed under Persistence, Spring
Discover when “No Hibernate Session Bound to Thread” exception gets thrown and how to deal with it.