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. […]
Reading Objects from an LDAP Directory using Spring
The title of this post is “Reading Objects from an LDAP Directory using Spring”, but I’m going to present a specific example. This example can easily be modified to read any object from an LDAP Directory as a Spring bean. So, for my example I’m going to use a problem that I had to solve […]
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 […]