Enterprise Java
-

Swagger UI on MicroProfile OpenAPI
MicroProfile OpenApi gives us a standardized way to describe our JAX-RS API’s using OpenApi 3. If you have used swagger-jaxrs…
Read More » -

Reusable MicroProfile Health probes
MicroProfile Health API is a very basic API to report the state of your service, based on one or more…
Read More » -

A Caveat With AWS Shared Resources
Recently I’ve been releasing a new build, as usual utilizing a blue-green deployment by switching the DNS record to point…
Read More » -

JSON-B Asymmetrical Property Binding
The JSON-B specification defines binding annotations such as @JsonbProperty or @JsonbTransient to declaratively map Java objects to JSON, and back.…
Read More » -

MongoDB Tutorial for Beginners
1. Introduction to MongoDB In this post, we feature a comprehensive MongoDB Tutorial that integrates with a Java-based application. Whenever…
Read More » -

Spring Application Architectures
I recently received a question from one of my blog‘s readers, Ajay, and decided to share my answer here to…
Read More » -

Corda Services 101
I’m in the mood to write a short and to the point post today. I’m actually curious how quickly I…
Read More » -

Istio’s Networking API Explained
Istio version 1.0 comes with a networking API that comprises a lot of features and covers a variety of scenarios.…
Read More » -

Writing Big JSON Files With Jackson
Sometimes you need to export a lot of data to JSON to a file. Maybe it’s “export all data to…
Read More »




