-
Enterprise Java
Moving With The Times: Towards OpenAPI v3.0.0 adoption in JAX-RS APIs
It is terrifying to see how fast time passes! The OpenAPI specification 3.0.0, a major revamp of so-get-used-to Swagger specification,…
Read More » -
Enterprise Java
Get to Know Adapters: JSON Binding Overview Series
An adapter configures custom object creation and serialization by implementing the JsonbAdapter interface. The methods adaptToJson() and adaptFromJson() are overwritten…
Read More » -
Core Java
JVM Architecture 101: Get to Know Your Virtual Machine
A beginner’s crash course in Java Virtual Machine (JVM) architecture and Java bytecode 101 Java applications are all around us,…
Read More » -
Enterprise Java
Automatic save of managed JPA entities outside of transaction
Repositories and transactions in Spring go hand in hand. All database access in Spring should be run inside a transaction,…
Read More » -
Agile
Are we shifting left or in a continuous loop?
I just read a refreshing point of view on a subject I love, from one of my testing heroes, Janet…
Read More » -
DevOps
Building Oracle Jet applications with Docker Hub
In this post I am going to show a simple CI solution for an Oracle Jet application basing on Docker…
Read More » -
Software Development
What Is API Testing and Why Should We Be Using It?
Many companies are moving toward a microservices model for their software applications. This means that different sections of their application…
Read More » -
Enterprise Java
The Dark Side of Java Production Monitoring
Automated workflows are the new gold standard for delivering top quality products in an agile environment. Unfortunately, with constant change,…
Read More » -
Software Development
Displaying Data from Related Tables Using Angular with the API Server
Angular is an updated framework for dynamic Web apps, built upon and expanding principles of Angular JS. The CData API…
Read More »