Enterprise Java
-
Web Services Interview Questions and Answers
In this post we cover almost every portion of the concept of Web services that you need to be familiar…
Read More » -
Build a Microservice Architecture with Spring Boot and Kubernetes
“I love writing authentication and authorization code.” ~ No Java Developer Ever. Tired of building the same login screens over…
Read More » -
Short Apache Camel K
You may have seen the work we are doing in the Apache Camel community around Camel K. Nicola introduced Camel…
Read More » -
Specification Scope in Jakarta EE
With the Eclipse Foundation Specification Process (EFSP) a single open source specification project has a dedicated project team of committers…
Read More » -
Renaming Java EE Specifications for Jakarta EE
It’s time to change the specification names… When we first moved the APIs and TCKs for the Java EE specifications…
Read More » -
Introduction to Test Doubles
When you are writing unit test you are faced with many kinds of collaborators and they all have very specific…
Read More » -
Thoughts on Quarkus
Quarkus, the new “supersonic, subatomic” Java framework is currently getting a lot of attention. The ideas behind this build and…
Read More » -
More about Spring Cache Performance
This is a follow up to our last post about Spring’s cache abstraction. As engineers, you gain valuable experience by…
Read More » -
Spring Boot – How to skip cache thyemeleaf template, js, css etc to bypass restarting the server everytime
The default template resolver registered by Spring Boot autoconfiguration for ThyemeLeaf is classpath based, meaning that it loads the templates…
Read More »