Enterprise Java
-
Cloud Native Applications with JWT
A native cloud application is an application that is developed for a cloud computing environment. There is no specific answer to…
Read More » -
DataSource Routing with Spring @Transactional
I was inspired by Carl Papa’s use of aspects with the Spring Framework to determine the DataSource to use (either…
Read More » -
Power Up Your Data Model With Projections
Introduction Data models can be tricky. Modelling can be even harder. Sometimes information that should go into a database table…
Read More » -
Integration tests with Maven
Implementing unit tests with maven is something ordinary and most of us are familiar with the project structure and where…
Read More » -
Transactional exception handling in CDI
In Java EE, exceptions that are raised during the execution of a transactional business method cause the transaction to rollback.…
Read More » -
Hollowjars, Deployment scanner and why Wildfly swarm is cool
In a previous post I described how you can use OpenLiberty and maven to start the server, either as a…
Read More » -
Apache Pulsar: Distributed Pub-Sub Messaging System
Apache Pulsar is an open-source distributed pub-sub messaging system originally created at Yahoo and part of the Apache Software Foundation. Pulsar…
Read More » -
OWASP Dependency Check Maven Plugin – a Must-Have
I have to admit with a high degree of shame that I didn’t know about the OWASP dependency check maven…
Read More » -
Apache Fluo: Implementation of Percolator Which Populates Google’s Search Index
Apache Fluo is an open source implementation of Percolator [2] (which populates Google’s search index) for Apache Accumulo [3]. With Fluo, users…
Read More »