slides

Using Dojo

Sunday, February 15th, 2009 | Uncategorized | 4 Comments

Below are slides from a presentation I gave to colleagues at Kiwiplan. The slides cover how to use some core Dojo APIs and also showcase some of the features Dojo provides.

I also modified the javascript console created for my previous blog entry to use Dojo. You can download the source to try out Dojo examples on your local box. You will need Java and Grails installed and can run the server using the usual grails command.

grails run-app

The console can then be accessed at http://localhost:8080/AjaxServer/ (only tested in Firefox).

Tags: , , ,

Mocking in Java with Mockito

Wednesday, November 19th, 2008 | Uncategorized | 2 Comments

A ran a session at the Auckland Java User Group on using Mockito.  Slides are embedded below using slideshare:

Mocking in Java with Mockito

View SlideShare presentation or Upload your own.

As promised I’ve attached my slides and also included the example source files in a zip.  To run the unit tests you will need JUnit 4.5 and Mockito 1.6.

Tags: , , , , , , , , , ,