Enterprise Java
-
Deploy Quarkus application to AWS Elastic Beanstalk
Elastic Beanstalk allows deploying and managing applications in the AWS Cloud without having to learn about the infrastructure that runs…
Read More » -
An AWS Elasticsearch Post-Mortem
So it happened that we had a production issue on the SaaS version of LogSentinel – our Elasticsearch stopped indexing…
Read More » -
Kogito, ergo Rules: From Knowledge To Service, Effortless
Welcome to another episode of this blog series on the Kogito initiative and our efforts to bring Drools to the…
Read More » -
Difference between save vs persist and saveOrUpdate in Hibernate
Save vs. saveOrUpdate vs. persist in Hibernate What is the difference between save and saveOrUpdate or Difference between save and…
Read More » -
Java/Spring: How to Generate an Entire Swagger Documented CRUD REST API With Speedment
As developers, one of the most cumbersome tasks we often face in our day-to-day lives is writing good and understandable…
Read More » -
CUBA: Getting Ready for Production
“It works on my local machine!” Nowadays it sounds like a meme, but the problem “development environment vs production environment”…
Read More » -
It Broke vs You’re Wrong
When building REST APIs for microservices, there are a few design decisions to make about responses. Some responses are clearly…
Read More » -
PIT, JUnit 5 and Gradle – with just one extra line of configuration
Discover dead simple, improved PIT and JUnit 5 configuration in Gradle (with gradle-pitest-plugin 1.4.7+). JUnit 5 is undeniably more and…
Read More » -
RESTful services with HATEOAS. REST: The Refresher
In this post, we feature a comprehensive article about RESTful services with HATEOAS. REST: The Refresher. 1. Introduction “Oh no!…
Read More »