SmartGWT - MVC using UIBinder

When it comes to development environments there are few as polished as Microsoft Visual Studio, especially when developing GUI driven applications (either for the web or desktop). I’m...

Mícéal Gallagher in Java 2 minutes

SmartGWT - Filtering a ListGrid

SmartGWT is a rich framework that can be difficult to understand at first, espeically if you have no experience with Swing programming, but when you discover...

Mícéal Gallagher in Java 4 minutes

Java - Using Google GSON

This indispensable library has brought me a great deal of joy when it comes to json-ifying objects and primitives.

Mícéal Gallagher in String 4 minutes

Java - Generating a MD5 hash

Word of warning: MD5 hashes are ONE-WAY; you cannot convert a hash back into it’s previous form. You might be thinking that this would be great for storing...

Mícéal Gallagher in String 2 minutes

Java - Get date and time

There are multiple ways to get the date and time in Java. This is how you get the current date and time using Date and Mícéal Gallagher in Java 4 minutes