-
Core Java
Thread Jiggling
Overview Thread jiggler is a simple testing framework for exercising code to find threading problems. It works by modifying classes…
Read More » -
Enterprise Java
Tips for Writing Maven Plugins
I’ve spent a lot of time recently writing or working on plugins for Maven recently. They’re simple, rewarding and fun…
Read More » -
Software Development
Opinion: Performance Testing
Performance tuning an application is time consuming, and expensive. Useful tests often need dedicated hardware to run on. It’s specialised…
Read More » -
Software Development
An unambiguous software version scheme
When people talk about software versioning schemes they often refer to the commonly used X.Y.Z numerical scheme for versioning. This…
Read More » -
Enterprise Java
5 Tips for Unit Testing Threaded Code
Here’s a few tips on how take make testing your code for logical correctness (as opposed to multi-threaded correctness). I…
Read More » -
Enterprise Java
Tips for testing with Java
Introduction I love automated testing. In a rare diversion into op-ed1 I thought a put few thoughts (read – opinions)…
Read More » -
Enterprise Java
Tomcat Context JUnit @Rule
A first draft of a JUnit @Rule that create the test context. This can be used with the Spring context…
Read More » -
Enterprise Java
Tutorial: Hibernate, JPA & Spring MVC – Part 2
This tutorial will show you how to take a basic Hibernate/JPA app, convert it into a Spring MVC web project…
Read More » -
Enterprise Java
Tutorial: Hibernate, JPA – Part 1
This is the first part of tutorial about using Hibernate and JPA. This part is an introduction to to JPA…
Read More »
- 1
- 2