Skip to content

Monthly Archives: April 2010

Dynamically loading Spring contexts from the classpath at runtime

Using these three Spring features will enable us to be able to place a JAR file containing an interface implementation, and a Spring context XML file matching a particular pattern, into the classpath of our WAR, and on restart, we can dynamically pick up the newly inserted features into our application installation.

Java + WebDAV … a solution for the PITA

Spent the day tooling about with Java web DAV libraries and the Apache httpd server on a Centos machine. First, just let me start by saying that if your webDAV installation on Apache ain’t working as it should and you’re on a Redhat-style installation, have a good look at what SELinux is doing. If I’d [...]