-
Software Development
Why Value Types Are Important For A Maintainable Software
Some weeks ago I read a tweet which contained this picture and someone said:”That’s the reason why Value Types are…
Read More » -
Enterprise Java
Building a horizontal JMS Bridge between two WildFly Servers using ActiveMQ Artemis
Sometimes it’s necessary to connect different Message Brokers together. In Enterprise Messaging this scenario is known as Bridging. It can…
Read More » -
Enterprise 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 » -
DevOps
Running Apache ActiveMQ and hawtio in Standalone Mode
Apache ActiveMQ is my first choice every time a Message Queue is needed to solve my integration problems. …
Read More » -
Desktop Java
Dependency Injection in JavaFX with Gluon Ignite and Dagger
The Dependency Injection abstraction framework Gluon Ignite creates a common abstraction over several popular dependency injection frameworks like: Spring, Dagger…
Read More »