If you have a few years of experience in the Java ecosystem and you'd like to share that with the community, have a look at our Contribution Guidelines.
Apache HttpClient Tutorial
Last modified: December 28, 2022
Partner – JPA Buddy – NPI – expanded (tag = JPA)

The right tools can and will save a lot of time. As long as you are using Hibernate and IntelliJ IDEA you can boost your coding speed and quality with JPA Buddy. It will help in a lot of the day-to-day work:
- Creating JPA entities that follow best practices for efficient mapping
- Creating DTOs from entities and MapStruct mappers using convenient visual tools
- Generating entities from the existing database or Swagger-generated POJOs
- Visually composing methods for Spring Data JPA repositories
- Generating differential SQL to update your schema in accordance with your changes in entities
- Autogenerating Flyway migrations and Liquibase changelogs comparing entities with the database or two databases
- … and a lot more
Simply put, you'll learn and use the best practices of Hibernate and surrounding technology and become a lot more!
Definitely visit the JPA Buddy site to see its features in action closer.
Partner – MongoDB – NPI – expanded (tag = MongoDB)

You can explore MongoDB through their free forever cluster - Atlas.
HTTP Client Top
Get started with Spring 5 and Spring Boot 2, through the Learn Spring course:
>> CHECK OUT THE COURSEThis is a comprehensive guide to using Apache HttpClient – from starting out to advanced configuration and best practices.

HttpClient Basics

Advanced Usage
- HttpClient with SSL(popular)
- Apache HttpClient - Send a Custom Cookie(popular)
- Apache HttpClient - Follow Redirects for POST
- HttpClient Basic Authentication(popular)
- Multipart Upload with Apache HttpClient
- HttpAsyncClient Tutorial
- HttpClient Connection Management(popular)
- How to Set TLS Version in Apache HttpClient(popular)
The implementation of all these examples and code snippets can be found in my github project – this is an Eclipse based project, so it should be easy to import and run as it is.
HTTP Client bottom
Get started with Spring 5 and Spring Boot 2, through the Learn Spring course:
>> CHECK OUT THE COURSEHTTPClient footer


Get the Most out of the Apache HTTP Client
Download the E-book