-
Archives
- July 2010
- June 2010
- May 2010
- February 2010
- January 2010
- December 2009
- November 2009
- July 2009
- May 2009
- March 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
- December 2005
- November 2005
-
Meta
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.
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.
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
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