Enterprise Java
-

Kafka & Zookeeper for Development: Local and Docker
Kafka popularity increases every day more and more as it takes over the streaming world. It is already provided out…
Read More » -

Experimental GraphQL
This blog post is a follow up on the initial introductory post, Supersonic Subatomic GraphQL, and here we will explore…
Read More » -

Improving Spring Mock-MVC tests
Spring Mock-MVC can be a great way to test Spring Boot REST APIs. Mock-MVC allows us to test Spring-MVC request…
Read More » -

REST: Updating resources
When building RESTful APIs over HTTP the PUT method is typically used for updating, while POST is used for creating…
Read More » -

Version control your RAML specifications
Version controlling your RAML RESTful API specifications allows you to continue maintaining previous version of your APIs. The API designer…
Read More » -

Solve the facility location problem
We have created a new quickstart that extends OptaPlanner use case portfolio with the facility location problem and also demonstrates…
Read More » -

Kicking the Tires of Jakarta EE 9 with Payara
We’ve been hearing all about it. Jakarta EE 9 will be released in November 2020. The Jakarta EE working group…
Read More » -

Run method on Spring Boot startup
While developing a spring boot application, sometimes we need to run a method or a piece of code at startup. This…
Read More » -

AWS CodeBuild Error: Unable to access jarfile
Using AWS CodeBuild, I was using a buildspec that was to run an executable JAR file to execute JUnit tests.…
Read More »


