Articles, Home

Testimonials

Search Customer Testimonials The support provided by Payara has always been appropriate to the severity level of issues reported b….

Articles, Home

Java Fundamentals: HttpClient

With Java’s HttpClient API you can easily perform HTTP calls. It’s a modern API supporting HTTP/1.1, HTTP/2, and WebSockets. This course shows how to work with HttpClient in a practical manner, and also explores some advanced features.

Articles, Home

Creating a Java::Geci generator

A few days back I wrote about Java::Geci architecture, code generation philosophy and the possible different ways to generate Java source code. In this article, I will talk about how simple it is t…