Firefox Profile Info

Every once in a while, I seem to need to start with a fresh profile in Firefox… here’s the Mozilla support document on keeping only what you want… for me, passwords, bookmarks, and search plugins. Everything else is easier to reinstall…

Published
Categorized as Uncategorized Tagged

GeekTool and Calendaring

Here’s what I have on my desktop now, thanks to GeekTool and some simple one-line scripts. Here are the useful command line arguments:

Published
Categorized as Uncategorized Tagged

FacesMessages Basics

You can split your FacesMessages into global and field specific messages.

Published
Categorized as Uncategorized Tagged

Hibernate Validation

Here’s a list of annotations that you can use to validate java beans: @Length(min=, max=) Checks whether the string length matches the range @Max(value=) Checks that the value is less than or equal to the max @Min(value=) Checks that the value is greater than or equal to the min @NotNull Checks that the value is… Continue reading Hibernate Validation

Published
Categorized as Uncategorized Tagged