Python web service call logger

I wanted to log every access to my web services (using soaplib): Get the client IP, what method is it calling, what parameters, and what class. Rather than write the code to log the access in every method I’ve written a decorator (logWebServiceCall) so you only...

Spring, spring, spring!

Ok, it’s summer right. I am talking about the Spring Framework. I didn’t know there is a Spring for Python! Spring Framework for Java (the original) Spring Framework for .Net (Spring.Net) Spring Framework for...