Enterprise Java
-
It is never enough of them: enriching Apache Avro generated classes with custom Java annotations
Apache Avro, along with Apache Thrift and Protocol Buffers, is often being used as a platform-neutral extensible mechanism for serializing…
Read More » -
Mockito: Why You Still Should Appreciate InjectMocks Annotation
Anyone who has used Mockito for mocking and stubbing Java classes, probably is familiar with the InjectMocks-annotation. I seemed a…
Read More » -
Code-Based Test Automation vs. Codeless Automation
As more advanced technologies are entering the continuous testing landscape powered by AI/ML, organizations and especially, practitioners, are debating which…
Read More » -
RESTful services with HATEOAS: Hypermedia, Optional Or Not?
1. Introduction In this last, conclusive part of the tutorial we are going to compile our thoughts, what we have…
Read More » -
How to publish jar to Maven central
You created your brand new project and you want to release it to maven central so people can use in…
Read More » -
Backpressure in Project Reactor
Project Reactor implements the Reactive Streams specification, which is a standard for asynchronously processing a stream of data while respecting…
Read More » -
Converting JAX-RS parameters with ParamConverters
If you want JAX-RS to automatically convert parameters such as query params, path params, or others, you need to create…
Read More » -
Expressing a conditional expression using Json – Java Implementation
I had a need recently to express a conditional expression in a form that a front end Javascript application and…
Read More » -
Ship your function
Now a days function as service(FaaS) is trending in serverless area and it is enabling new opportunity that allows to…
Read More »