Java
-
How does Hibernate Collection Cache work
Introduction Previously, I described the second-level cache entry structure, Hibernate uses for storing entities. Besides entities, Hibernate can also store…
Read More » -
JDK 9 REPL: Getting Started
Conferences are a great place to meet Java luminaries. Devoxx France was one such opportunity to meet Java language architect, ex-colleague…
Read More » -
Top 5 Java Performance Metrics to Capture in Enterprise Applications
Interested to see how you can capture these Java Performance Metrics with AppDynamics? Start a FREE trial now! The last…
Read More » -
Wildfly, Apache CXF and @SchemaValidation
Over the last few days, I have been working on an application migration from JBoss 4 to Wildfly 8. The…
Read More » -
Using Junit Test Name
Name your tests When we create Junit test usually there is no practical use of the name of the method.…
Read More » -
WildFly Swarm: Building Microservices with Java EE
¨Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away¨…
Read More » -
A Micro Services Migration Story with JBoss BPM Travel Agency
Some time ago we launched a rather expansive JBoss Travel Agency demo project to show some of the more interesting…
Read More » -
Creating a Message Driven Bean with AWS SQS in Spring
In my previous post I showed a simple example how to use AWS SQS with Spring Framework to put messages…
Read More » -
C# vs Java Which one is Faster? Translating 25k C# into Java (2)
In a previous article I described how I translated 25k lines of C# into Java and the lessons learnt from…
Read More »