Enterprise Java
-
DBUnit, Spring and Annotations for Database testing
If you have ever tried writing database tests in Java you might have come across DBUnit. DBUnit allows you to…
Read More » -
Aleri – Complex Event Processing
Sybase’s Aleri streaming platform is one of the more popular products in the CEP market segment. It’s is used in…
Read More » -
Maven Does Not Suck . . . but the Maven Docs Do
I’m not going to go into the whole Maven debate, but suffice it to say that I’m a strong proponent…
Read More » -
OSGI – Modularizing your application
Since I am a big proponent of modularity, low coupling, high cohesion, etc … I believe that this technology is…
Read More » -
JMeter: Load Testing Relational Databases
Apache JMeter is a performance testing tool which is entirely written in Java. Any application that works on request/response model…
Read More » -
Hibernate Tip: Sort and Order
Let’s introduce another hibernate performance tip. Do you remember the model of previous hibernate post? We had a starship and…
Read More » -
Integrating Spring & JavaServer Faces : Improved Templating
With the release of version 2.0 Facelet templating became a core part of the JSF specification. Using <ui:composition> and <ui:decorate>…
Read More » -
JSON with GSON and abstract classes
I have switched to Google Gson after many years of using org.json library for supporting JSON data interchange format in…
Read More » -
SOA example application
SOA describes a set of patterns for creating loosely coupled, standards-based business-aligned services that, because of the separation of concerns…
Read More »