Enterprise Java
-

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 » -

Caching method results with JCache
In JCache there is a handy functionality that transparently caches the result of methods. You can annotate methods of managed…
Read More » -

Fatjars, Thinwars and why OpenLiberty is cool
Fatjars Building a Fatjar (or Uberjar) that contains everything you need to run your application nicely packaged together means you…
Read More »


