Archive for August, 2008

Simplifying Spring’s JMS configuration for JndiTemplate

August 25th, 2008 by stevi | 9 comments

I’ve spent several days, off and on, wrestling with a chicken-and-egg configuration issue.
I have an application that uses Spring 2.0 and is deployed to Tomcat 5.5. We make heavy use of Tomcat’s JNDI for configuring things like our database connections.
We’re adding JMS functionality to our application; at this point, we merely need to send events [...]

Picking the right .NET Framework Version with Specific Reference

August 14th, 2008 by stevi | 1 comment

This morning I needed to work on a long-standing ASP.NET web application project. I haven’t had to run it locally for quite a while. I updated my source from TFS, cleaned and built the solution, and started the project in debug mode. After logging in, I went to a page, and was suddenly staring at [...]