Java
-
Message Level Authorization in Apache ActiveMQ
While the last post covered Broker Level Authentication, this blogpost is about more strict authorization on message level. I didn’t have…
Read More » -
How To Import Any JBoss BRMS Example Project
This tips & tricks comes to you after I have been asked the following repeatedly over the last few weeks…
Read More » -
Spring Cloud Zuul – Writing a Filter
Netflix OSS project Zuul serves as a gateway to backend services and provides support for adding in edge features like…
Read More » -
Guavate: tiny library bridging Guava and Java8
Java8 is great and adds some useful abstractions to the JDK that have found popularity in the Java community via…
Read More » -
Apache PDFBox 2
Apache PDFBox 2 was released earlier this year and Apache PDFBox 2.0.1 and Apache PDFBox 2.0.2 have since been released.…
Read More » -
Forget Guava: 5 Google Libraries Java Developers Should Know
What are some of the most useful yet unknown Google Java libraries? If we would stop someone during an intense hackathon…
Read More » -
A Simple Way to Index Java Beans in Elasticsearch
When it comes to data stores Java programmers are used to working with Java beans that are magically persisted. Solutions…
Read More » -
Query DynamoDB Items with Java
On a previous post we proceeded on inserting data on a DynamoDB database. On this tutorial we will issue some…
Read More » -
Managing Secrets with Vault
How do you store Secrets? Passwords, API keys, secure Tokens, and confidential data fall into the category of secrets. That’s…
Read More »