Jesús Navarrete

I'm working like Software Architect for an IT Service company in Madrid (Spain). I studied Physics in the University of Granada (Spain). And yes, I love code as many as you or more ;).

In the lasts 7 years I've been dedicated profesionally to software development. I like discover new things all the days, use differents tools, build things, research, read... I'm allways looking for a new challenge that it takes me out of the "comfort zone". In this last years I've been introducing to Scrum framework and agiles methodologies.

The opinions expressed here are my own. If you need to reach me by e-mail, construct my address using the usual first.last@gmail.com pattern.

blog twitter linkedin delicious

lasts tweets

more tweets

lasts posts | More...

When @deprecated becomes in dead code

In java @deprecated word means (directly from the Java API):

A program element annotated @Deprecated is one that programmers are discouraged from using, typically because it is dangerous, or because a better alternative exists. Compilers warn when a deprecated program element is used or overridden in non-deprecated code.

a way to say that something is [...]

¿Cuál será el futuro de Java?

Tiempo atrás queda ya la adquisición de Sun por parte Oracle. Ya desde sus inicios surgieron dudas acerca del cómo sus productos serían absorbidos. Tiempo ha pasado y ya se han visto algunos resultados: OpenOffice, Open solaris, Glassfish, MySql, Java…

Más tarde saltaría la primera demanda por el uso de [...]

Extraño error de Passenger por RubyGems

Intentando configurar un entorno multistage en dreamhost para un proyecto personal y tras haber logrado el despliegue para mi configuración de staging, al comprobar la aplicación descubro que Passenger me da un error. Dado que según él no es un error de aplicación, me recomienda comprobar los logs del servidor web, para ver [...]