Java
-
Running Drools 5.4.0 Final as a JBoss AS 7 module
Drools 5 introduces the Business Logic integration Platform which provides a unified and integrated platform for Rules, Workflow and Event…
Read More » -
Deep diving into Cloning
Before we proceed with the cloning concept let’s refresh our basics with the object creation concept. When the objects are…
Read More » -
Java2Days 2012: Java EE
The Java2Days conference is the major event in Eastern Europe to present the latest trends in Java development. This year,…
Read More » -
Couchbase : Create a large dataset using Twitter and Java
An easy way to create large dataset when playing/demonstrating Couchbase -or any other NoSQL engine- is to inject Twitter feed…
Read More » -
Investigating Deadlocks – Part 4: Fixing the Code
In the last in this short series of blogs in which I’ve been talking about analysing deadlocks, I’m going to…
Read More » -
Polyglot Persistence: EclipseLink with MongoDB and Derby
Polyglot persistence has been in the news since some time now. Kicked off by the famous Fowler post from end 2011…
Read More » -
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 » -
By your Command – Command design pattern
Command design pattern is one of the widely known design pattern and it falls under the Behavioral Design Pattern (part…
Read More »