Category Archives: work

Java 5 Enums Are Cool!

Java 5 enums are powerful things. Anytime you need a limited list of values, you should consider an enum class (versus a String or int). Java 5 enums can have methods as well, which leads to some powerful combinations.

Posted in java, programming, work | Tagged , | Leave a comment

Working with JAR files in Maven

Apache Maven has become my build tool of choice at work. It seems that nearly every week I learn how to do something new with Maven (part of this is my inexperience, part is the plethora of awesome plug-ins). I’ve … Continue reading

Posted in java, maven, work | Leave a comment

The BBC knows how to make web sites!

How the BBC makes web sites. Dang, the BBC has put a good deal of thought into information design. This is a great read for anyone interested in information architecture.

Posted in technology, w3c, web, work | Tagged , | Leave a comment

SLF4J

One of the dependencies for dbUnit on it is SLF4J (a.k.a. the Simple Logging Facade for Java).  SLF4J aims to be a wrapper replacement for Java Commons Logging similar to Log4j.  The biggest bonus for using SLF4J is the fact … Continue reading

Posted in java, work | Leave a comment

Context-driven testing

Google’s Testing Blog introduced me to a presentation on Context-Driven Test Automation by Pete Schnieder of F5 Networks. It’s a good presentation that discusses some of the different perspectives with regards to unit testing and how to best involve those … Continue reading

Posted in best-practices, work | Tagged , | Leave a comment

Inkscape 0.46 Rocks

For the past year I’ve been using the pretty good Inkscape 0.45 for any vector drawing I had to do at work.  I use Inkscape for three purposes: playing, diagramming, and flow-charting. The day after my 29th birthday, Inkscape hit … Continue reading

Posted in programming, right-brain, technology, work | Leave a comment

Better Living Through URL Rewriting

I’ve mentioned URL Rewriting twice before (here and here if you’re curious). URL Rewriting is a great technology that makes Cool URIs much easier to obtain and manage.  Essentially you run a filter on your web server that listens to … Continue reading

Posted in http, web, work | Leave a comment

Symbolic Links in Subversion

My work SVN repository is taking a while to update (see here for details).  So I’ll just write a bit about the latest neat feature I’ve been benefiting from in Subversion: svn:externals. The idea is an old one: link to … Continue reading

Posted in subversion, work | 3 Comments

Learning Kuali

This week I’ve been in class learning instead of at my desk working. We’re adopting a new system at work that is quite complicated and has many, many parts to it. Since discovering Spring I can say that I’m less … Continue reading

Posted in work | 6 Comments

Dealing with Stress

Lately the workplace has been a bit stressful for reasons I won’t go into (though transparency is good and has its place). I’ve definitely been hard-pressed in some of my beliefs and training in respectful communication. If you’re a person … Continue reading

Posted in God/spirituality, PSA, best-practices, health, introspection, work | Leave a comment