WAFFLE: Local groups bug

The other day I was trying to create a new release build for Waffle, but one of the unit tests was failing. The test was testing the .Net version of the WindowsComputerImpl.Groups which returns the list of local groups. The test was failing because this Groups property was returning zero groups on my machine even […]

GWT/GXT and Session Timeouts

One of the applications we develop at work is a GWT/GXT web application hosted in tomcat.  Recently we started getting complaints about strange behavior when the user’s session timed out. The RPC calls would fail so all sorts of strange error messages would popup, but the user was not redirected back to the login page. […]

Redirecting System.out to a JTextArea

I was recently working on a small Demo UI for a Metro web service client. Creating the UI was fairly simple, but I was thinking that it would be nice to show the raw SOAP messages in the UI. Getting Metro to output the SOAP messages was easy, but the Metro was outputting them to […]