Mockito Instant My Book Has Finally
I am very pleased to announce that my book about Mockito entitled "Mockito Instant" has finally been published! You can buy it at Packt Publishing online shop .
I am very pleased to announce that my book about Mockito entitled "Mockito Instant" has finally been published! You can buy it at Packt Publishing online shop .
I'm pretty sure that if you have ever used Spring and are familliar with unit testing, you have encountered a problem related to injecting mocks / spies (Test Doubles) in the …
Hi! Some time ago I have written an article about Mockito and using RETURNSDEEPSTUBS when working with JAXB .
Hi! I'm pleased to announce that Maro Fusco's and mine DZone Refcard - The Essential Drools Cheat Sheet is out at https://refcardz.dzone.com/refcardz/drools . Hope you enjoy it :)
In the code I have quite recently came across a really bad piece of code that based on class casting in terms of performing some actions on objects.
Sorry for not having written for some time but I was busy with writing the JBoss Drools Refcard for DZone and I am in the middle of writing a book about Mockito so I don't have too …
we can see that there is no groovy plugin - it has been done deliberately since we don't want our scripts to be compiled. Now let's take a look at the logic behind the …
Hi! As I've shown it in my previous post JBoss Drools are a very useful rules engine . The only problem is that creating the rules in the Rule language might be pretty complicated …
Nice article about concurrency in web applications (in Polish)
Quite recently I have found a very nice article about the Rete Algorithm.