Skip to main content

You are currently viewing the Trifork Blog, to view our full website please go to Trifork.com

Google WebToolkit remoting

Last week I started playing around with the google webtoolkit an Ajax framework that allows software engineers to develop complex ajax web interfaces in java rather than javascript. I found the google webtoolkit not without it’s limitations, most noteably it is very hard to style / layout pages compared to jsp templates etc. But I […]

EasyMock2 in a Nutshell

The essential tool for unit testing, EasyMock, has come to a new level. This blog entry introduces the new EasyMock2 release. While it is still in pre-release stage, I do recommend using EasyMock2 for all your Java 5 projects. To quote Tammo Freese (Project Founder) from the EasyMock project: ‘I plan no modifications other than […]

Your first cup of DWR…

Important: this post is fairly outdated. Take a look at my more recent blog post on DWR and Spring integration. Ok, so you want to create a more intuitive and responsive web application? And you’ve decided to give AJAX, HttpXmlRequest, DWR or any other buzzword of the last few months, a try? Now, if you’re […]