Enterprise Java
-
A Weird Side Entrance
One of the main reasons I blog is to remind myself how easily one can use software development techniques to…
Read More » -
Spring Security
There are many authentication mechanisms (basic, digest, form, X.509, etc), and there are many storage options for credentials and authority…
Read More » -
Apache Camel 3.7 (LTS) Released – The fastest Camel ever
The Apache Camel 3.7 was released some days ago. This is a LTS release which means we will provide patch…
Read More » -
Jakarta MVC 2.0 Released
Jakarta MVC 2.0 passed the release review ballot and is now ratified as a final specification according to the Jakarta…
Read More » -
HATEOAS without links
Yes, I know this title sounds stupid, but could not find something that fits better. So let me explain why…
Read More » -
Testing using TestContainers
Part of our everyday ci/cd tasks involve using containers in order for the tests to take effect.So what if you…
Read More » -
Apache Camel 3.7 – Compiled Simple Language (Part 6)
I have previously blogged about the optimizations we are doing in the Apache Camel core. The first 3 blogs (part1, part2, part3)…
Read More » -
Spring MVC REST
Representational state transfer (REST) is an architectural style that describes best practices to expose web services over HTTP, emphasizing performance,…
Read More » -
Spring Boot for war
Spring Boot supports the following embedded servlet containers: Tomcat Jetty Undertow You can use Maven, Gradle, or Ant/Ivy as build…
Read More »