Tags: development
Dependancy Injection in Layman's Terms
January 27th, 2009Having spent the last (almost) year learning about J2EE Frameworks (specifically The Spring Framework) I found this article very funny. It aptly describes the trials and tribulations of creating applications using framework tools, in a way that any one c… more »
Redirecting web pages
January 17th, 2009If you move a web page to a new location on your server you don't want to create broken links. To make sure your web site still fits together you can create page place holders that redirect visitors to a different location. This will give you time to cha… more »
Prevent Tomcat redeploying when running Eclipse in debug mode
January 5th, 2009Been spending a lot of time developing web applications under Eclipse, using Tomcat as the servlet container. The most valuable aspect of using Tomcat and Eclipse together is being able to run your web application in Tomcat debug mode. The coolest thing… more »