One of the most classic phrases in the web development world is “it works on my machine“, and you can hear it very often, specially when you are working with LAMP environments, and even more often when you are working with remote developers, specially if your system is growing and begin to require additional services,
Continue reading…
Descargar PHP Descargar PHP 5.2.10 desde esta ubicación. Descomprime el ZIP en C:\PHP. Modificar la variable de ambiente Path Haz click derecho en My Computer, después en Properties y luego en Advanced haz click en Environment Variables. En la caja de dialogo Environment Variables, debajo de System variables selecciona la variable Path y haz click
Continue reading…
JSON (JavaScript Object Notation) is a nice solution for the people who needs interoperation with low costs, especially in parsing time. The problem is that you have to specify your interoperation rules manually, and sometimes that is not appreciated by your service’s consumers. I can hear them saying “Don’t waste your time! use SOAP or
Continue reading…
Some years ago (2005), I was reading about Aspect Oriented Programming (AOP), but I am very slow to understand how “new” programming paradigms work, so I began a personal project to understand how to implement AOP. The first task was to choose a programming language, Java was a option, especially because AspectJ is the most
Continue reading…