Web Programming Step by Step

Just wanted to recommend this book:Web Programming Step by Step. Jessica Miller, one of the authors was my colleague at work in 2007 where I believe she started the book along with her mates. Because I know she is so professional and passionate about her job, I know...

Flexibilidad con Scrum en Tenerife

Gregorio Mena ha conseguido que Juan Palacio venga a Tenerife a impartir su famoso curso “Flexibilidad con Scrum”, el mismo que lleva por título su libro. Se celebrará en la facultad de informática. Toda la información y contacto para preinscripción se...

Curso de TDD en Sevilla

Durante los pasados 26 y 27 de Noviembre he tenido la suerte de impartir un curso de Test Driven Development al equipo de Telvent Outsourcing en sus oficinas de Sevilla. Ha sido gracias a Antonio Pizarro y a Álvaro Lobato que contactaron conmigo y me facilitaron todos...

Mock frameworks for Java

After using EasyMock for several months I found Mockito. Yeah, the name sounds terrible in Spanish: little snot. It will be hard for me to tell spanish developers mockito features avoiding laughs. Guys, be careful with names next time 🙂 Mockito API is so cool that you...

MVC Frameworks for Java

Model-View-Controller is everywhere now days. I’ve been testing two open source frameworks which look great: VRaptor: Apparently easy to use, easy for REST services development, looks brilliant. However, I spent two hours struggling with Tomcat in order to add...