Enterprise Java
-
Oracle ADF Mobile World! Hello!
Hello, ADF Mobile, World! As you probably already know… ADF Mobile is here! Here are some links that will make you feel…
Read More » -
JPA/Hibernate: Version-Based Optimistic Concurrency Control
This article is an introduction to version-based optimistic concurrency control in Hibernate and JPA. The concept is fairly old and…
Read More » -
Coherence Event Processing by using Map Trigger Feature
This article shows how to process Coherence events by using Map Triggers. Basically, Distributed Data Management in Oracle Coherence is…
Read More » -
Performance Analysis of REST/HTTP Services with JMeter and Yourkit
My last post described how to accomplish stress- or load-testing of asynchronous REST/HTTP services with JMeter. However, running such tests…
Read More » -
JUnit Rules
The first time I stumbled over a JUnit @Rule annotation I was a bit irritated of the concept. Having a…
Read More » -
Spring: Setting Logging Dependencies
This post describes how to set-up logging dependencies in Spring. It is based on information available in a post by Dave…
Read More » -
Testing Hadoop Programs with MRUnit
This post will take a slight detour from implementing the patterns found in Data-Intensive Processing with MapReduce to discuss something…
Read More » -
Method Parameter Names and Spring
Continuing on the previous blog entry about Constructor and method parameters and Java not retaining the parameter names at runtime –…
Read More » -
Spring MVC Form Validation (With Annotations)
This post provides a simple example of a HTML form validation. It is based on the Spring MVC With Annotations example. The…
Read More »