This is my tumblelog. It's much more simplistic than a blog, it's just random snippets of things really. Some I've created, many I haven't.

Posts Tagged: java

18 must-bookmark cheatsheets for webdevelopers

The design patterns cheat sheet is pretty good.

Source: webdeveloperjuice.com

Grouping Tests Using JUnit Categories

This is one of the things I really liked about TestNG. Hopefully I can start grouping tests together and generating reports on module coverage within the same project.

Source: java.dzone.com

NetBeans IDE Java Editor Reference Guide

Source: netbeans.dzone.com

How-To: Regular Expressions in Java

Source: ocpsoft.com

Wicket, JPA, GlassFish and Java Derby or MySQL

Source: blogs.sun.com

Simple Guide to Maven

Source: tedwise.com

Code Monkeyism: Using Cassandra with Scala and Akka

Looks interesting though I have little interest in Scala, but probably should

Source: codemonkeyism.com

Mockito 1.8 - New Useful Features

Woo hoo, BDDish language.

Source: java.dzone.com

Mockito in six easy examples

I use Mockito for all my mocking needs. Works great.

Source: gojko.net

IntelliJ IDEA Open Sourced

Source: blogs.jetbrains.com

Concordion vs. Cucumber and Java based Acceptance Testing

I’ve only used Cucumber before and I love it (the Ruby version at least, I’m not totally sold on the Java stack). But I’ll take a look at Concordion.

Source: maxheapsize.com

Securing a Web Service with Username Token + HTTPS with Apache Rampart

Source: thilinamb.wordpress.com

Java Mock Frameworks Comparison

I’ve heard a lot of good things about Mockito. I’m happy that EasyMock beat JMock though.

Source: sizovpoint.com

Top 10 (not so popular) Eclipse Shortcuts

Very useful.

Source: summa-tech.com

On Java Hell: Good unit testing with JMock 2

Source: onjavahell.blogspot.com