Enterprise Java
-
Enhanced CDI contexts & bulkheads with MicroProfile Context Propagation
When using CDI with asynchronous execution methods, such as a ManagedExecutorService, it’s traditionally not possible to access all of CDI’s…
Read More » -
Proposal on Jakarta EE’s innovation & relationship with MicroProfile
At the JCrete unconference, a few of us were brainstorming about the vision of Jakarta EE and especially the relationship…
Read More » -
Chicken and egg – resolving Spring properties ahead of a test
Consider a service class responsible for making a remote call and retrieving a detail: 01 02 03 04 05 06…
Read More » -
Using metric tags with MicroProfile Metrics 2.0
Business-related metrics that are emitted from our application might contain parameters (i.e. tags or labels) for which a specific metric…
Read More » -
Testing Spring Boot conditionals the sane way
If you are more or less experienced Spring Boot user, it is very luckily that at some point you may…
Read More » -
Java Single Dependency Dockerized HTTP Endpoint
In this article, we will create a Java-based HTTP endpoint, make an executable jar out of it, pack it up…
Read More » -
(De)serialization and Validation of Custom Primitives and DTOs
Lately, we presented you with our new HTTP framework – HttpMate. In the introduction article, we referred to the mapping…
Read More » -
Introducing HttpMate
Nobody wants to write bad code. Nobody starts the application development with the thought “I’m going to create the most…
Read More » -
Difference Between Servlet and JSP
Both JSP and Servlet are important concepts pertaining to using Java for building web-based applications. Basically, a Servlet is HTML…
Read More »