Enterprise Java
-
JPA Tutorial: Mapping Entities – Part 3
In my last article I showed two different ways to read/write persistent entity state – field and property. When field access mode is…
Read More » -
Injecting domain objects instead of infrastructure components
Dependency Injection is a widely used software design pattern in Java (and many other programming languages) that is used to…
Read More » -
Spring @Configuration and injecting bean dependencies as method parameters
One of the ways Spring recommends injecting inter-dependencies between beans is shown in the following sample copied from the Spring’s…
Read More » -
WildFly subsystem for RHQ Metrics
For RHQ-Metrics I have started writing a subsystem for WildFly 8 that is able to collect metrics inside WildFly and…
Read More » -
Beginner’s Guide to Hazelcast Part 2
This article continues the series that I have started featuring Hazelcast, a distributed, in-memory database. If one has not read…
Read More » -
Using Asciidoctor with Spring: Rendering Asciidoc Documents with Spring MVC
Asciidoc is a text based document format, and that is why it is very useful if we want to commit…
Read More » -
Beginner’s Guide To Hazelcast Part 1
Introduction I am going to be doing a series on Hazelcast. I learned about this product from Twitter. They decided…
Read More » -
Use Byteman in JBoss Fuse / Fabric8 / Karaf
Have you ever found yourself in the process of try to understand how come something very simple is not working?…
Read More » -
4 Foolproof Tips Get You Started With JBoss BRMS 6.0.3
Last week Red Hat released the next version of JBoss BRMS, labeled 6.0.3 and it is available in their Customer…
Read More »