Blog

All articles have been written by me - not AI. AI might have only been used to polish an already written article.
Injecting Test Doubles In Spring Using featured image

Injecting Test Doubles In Spring Using

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 …

avatar
Marcin Grzejszczak
Read more
Spock Return Nested Spies Mocks featured image

Spock Return Nested Spies Mocks

Hi! Some time ago I have written an article about Mockito and using RETURNSDEEPSTUBS when working with JAXB .

avatar
Marcin Grzejszczak
Read more
The Essential Drools Cheat Sheet At featured image

The Essential Drools Cheat Sheet At

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 :)

avatar
Marcin Grzejszczak
Read more
Mockito Extra Interfaces With featured image

Mockito Extra Interfaces With

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.

avatar
Marcin Grzejszczak
Read more
Mockito Returndeepstubs For Jaxb featured image

Mockito Returndeepstubs For Jaxb

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 …

avatar
Marcin Grzejszczak
Read more
Execution Of Groovy Scripts From Java featured image

Execution Of Groovy Scripts From Java

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 …

avatar
Marcin Grzejszczak
Read more
Drools Decision Tables With Camel And featured image

Drools Decision Tables With Camel And

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 …

avatar
Marcin Grzejszczak
Read more
Concurrency In Web Applications featured image

Concurrency In Web Applications

Nice article about concurrency in web applications (in Polish)

avatar
Marcin Grzejszczak
Read more
Drools Rete Alogrithm Explanation featured image

Drools Rete Alogrithm Explanation

Quite recently I have found a very nice article about the Rete Algorithm.

avatar
Marcin Grzejszczak
Read more
New Too Much Coding Repository featured image

New Too Much Coding Repository

Hi! As you know there is a code repository of Too Much Coding sources here at Bitbucket . If you don't like it you can also find the Too Much Coding sources at GitHub! Enjoy :)

avatar
Marcin Grzejszczak
Read more