-
Trivadis Developer Blog
This is the publication playground for these guys from OIO Trivadis, the Trivadis Group`s Java experts.
Tag cloud
Agile Methods and development Atlassian Tools Build, config and deploy Did you know? Eclipse Universe Groovy and Grails Java and Quality Java Basics Java EE Java modularization Java Persistence Java Runtimes - VM, Appserver & Cloud Java Web Frameworks MDSD Open Source BI Other languages for the Java VM Politics Security SOA / Webservices Spring Universe Web as a Platform XML Universe
Tag Archives: HttpClient
HTTP/2 Server Push
Welcome to the last blog post of the HTTP blog post series, namely Server Push! The HTTP client API which came with JDK 11 supports HTTP/2 as a default but also HTTP/1.1. An interesting feature of HTTP/2 is the server … Continue reading
HTTP Client WebSocket Chat Application using Spring Boot
Have you ever thought about what the logic behind a chat application is? How could it be written and how does it work? If yes, here is the right place to look for an answer. It is called WebSocket! But … Continue reading
Asynchronous HttpClient
Wouldn’t it be great if there was any HTTP API that doesn’t block until an HttpResponse is available? I mean, a main thread that can execute other tasks in parallel and doesn’t block or wait for the completion of that … Continue reading
Introduction to HttpClient
And now let’s GET some info booster POSTED in the spirit of the winter holidays … This article shows you how to use the new Java 11 HtppClient API to send HTTP GET/POST requests using two very common examples. HttpClient … Continue reading