-
Core Java
Testing with Hoverfly and Java Part 5: XML and Xpath matchers
Previously we worked with some of the existing Hoverfly matchers like the regex, glob and exact. Each one serves its…
Read More » -
Enterprise Java
Spring Security
There are many authentication mechanisms (basic, digest, form, X.509, etc), and there are many storage options for credentials and authority…
Read More » -
Software Development
[MEGA DEAL] The Premium Microsoft Office & Data Apps Certification Bundle (97% off)
Be a Microsoft Power User & Amp Up Your Productivity in All Aspects with 74 Hours of Content on Excel,…
Read More » -
Enterprise Java
Apache Camel 3.7 (LTS) Released – The fastest Camel ever
The Apache Camel 3.7 was released some days ago. This is a LTS release which means we will provide patch…
Read More » -
Enterprise Java
Jakarta MVC 2.0 Released
Jakarta MVC 2.0 passed the release review ballot and is now ratified as a final specification according to the Jakarta…
Read More » -
Core Java
JDK 16: Stream to List In One Easy Call
As Java functional streams have become increasingly popular, an increasing number of requests is being made for new stream operations…
Read More » -
Core Java
Java’s String.repeat Method in Action: Building PreparedStatement with Dynamic Number of Parameters
Java’s String.repeat(int) method is an example of a “small” addition to Java (introduced with JDK 11) that I find myself…
Read More » -
Enterprise Java
HATEOAS without links
Yes, I know this title sounds stupid, but could not find something that fits better. So let me explain why…
Read More » -
Software Development
GoLang: Reader-Writer implemented via bufio library to copy file
How to copy a file in small portions into a target file? Let’s talk about the why? When you copy…
Read More »