Ant support: Eclipse wins

Eclipe or Netbeans? Netbeans is great for the Swing designer, it is my favorite tool for desktop UI design. However for the rest of the tasks I prefer Eclipse. Eclipse integration with Ant is very good as the editor reads all the dependencies within the buid.xml and...

Developers needed

Do you want to work (part time) on development projects using Django?. We’re looking for candidates all over the planet, we’ll work over the internet. If you’ve got: Interest on test driven development and other XP techniques Good english level (at...

Por las mañanas en Novasoft Canarias

He tenido la suerte de entrar en el equipo de desarrollo de Novasoft Canarias en el proyecto de software que usa el Servicio Canario de Empleo. Muy buenas condiciones laborales y muy buen ambiente. La verdad que es una oportunidad estupenda. Esta vez estoy con Java....

Pinsor 0.6 released!

I am glad to blog about Pinsor 0.6 release. Pinsor is an Inversion of Control container for Python created by Ryan Svihla. I’ve started collaborating with Ryan on this release and committed a few changes (not much). It’s been nice to talk about design...

Soaplib – catch exceptions inside de web service

We’ve developed a decorator intended to be placed on top of the “soapmethod” decorator that allows you to catch any exception raised by the web method. Usage: @catchWsExceptions @soapmethod(String, _returns=Array(String)) def srv_whatever(self,...