Java
-
Possible ways to use Arquillian in Jakarta EE TCKs
Recently, we had a discussion how to create a standalone Jakarta Batch test kit (TCK). For most of the committers,…
Read More » -
RESTful services with HATEOAS. Hypermedia: The Secret Ingredient of REST
In this post, we feature a comprehensive article about RESTful services with HATEOAS. Hypermedia which is the Secret Ingredient of…
Read More » -
Processing SQS Messages using Spring Boot and Project Reactor – Part 2
This is a follow up to my blog post about processing SQS messages efficiently using Spring Boot and Project Reactor…
Read More » -
Constraint Streams – Modern Java constraints without the Drools Rule Language
Traditionally, to scale out with OptaPlanner, you had to learn DRL. No more. With the new Constraints Streams API, inspired…
Read More » -
Qute Templates with Quarkus
Quarkus ships with its own templating engine, Qute, which already includes an interesting set of features. In the following video,…
Read More » -
Quarkus on OpenJ9 JVM & resource consumption
Besides the native mode, Quarkus also runs well in JVM mode which comes with its own advantages. You can use…
Read More » -
Quickly creating URIs with UriBuilder
If you have access to the JAX-RS API and an implementation in your projects (many do), then you can use…
Read More » -
Quarkus’ additional (non-standard) CDI features
Quarkus supports CDI (Contexts and Dependency Injection) 2.0, but not all of it, only the most common features. However, Quarkus…
Read More » -
Invoking Secure WCF SOAP Service using SoapUI – Part 1, The service
In this saga divided into three-part, I will demonstrate how to use the SoapUI API tool to invoke a secured…
Read More »