Support this person and others with 1-click micro-donations
Andre's Latest Things
Using @NotYetImplemented in Test Cases
Since 1.8.7 (and 2.0-beta-3) Groovy comes with a brand new AST transformation that is supposed to be applied on certain test methods: @NotYetImplem... [ blog.andresteingress.com ]
CacheManager's DiskStorePath
This week I had to configure the Ehcache CacheManager's diskStorePath property. That alone wouldn't be a problem, but I had to come up with a mecha... [ blog.andresteingress.com ]
@NullSafe Reloaded
With the upcoming popularity of Groovy AST transformations, I thought it would be time to write a small NullSafeASTTransformation with the attached... [ blog.andresteingress.com ]
GSheets - A Groovy Builder based on Apache POI
I recently asked on Twitter whether there was an Apache POI [0] Groovy builder for generating Excel workbooks. I did find a few blog posts [1], [2]... [ blog.andresteingress.com ]
Getting the Persistence Context (Part III)
Part 3 of this series deals with more advanced topics, requiring knowledge about persistence patterns and Hibernate APIs. [ blog.andresteingress.com ]
Getting the Persistence Context (Part II)
The first article of this series took a look at the basic patterns found in todays persistence frameworks. In this article we will have a look at h... [ blog.andresteingress.com ]

sternegross