Posts Tagged “java”
Days ago when I tried to write code just for relaxing (I’m going to explain this technique in another article), I had this error message in Eclipse: JVM 1.6.0 disappeared! My first idea was that something happen with the default installation of Java in Mac OS X because manually installed JVM 1.4.2 and JVM 1.5.0 [...]
Have you ever needed to find a jar file which contains a particular java class? If you’re answer is affirmative, please continue reading! In this short article, I will share one way to do this task in the Unix-like world using sh, ksh or bash. There’re a lot of other ways to do this task [...]
Desde hace mucho tiempo tengo en mi lista de To-Do’s hacer un video tutorial de como descargar un proyecto ejemplo de Spring Framework para usarlo con Eclipse pero las prioridades me estuvieron llevando a revisar otros temas. Es las excusa de siempre, ¿no? Ya no más, así que decidí terminar este día blogger publicando un [...]
I like using the command line to do my stuff but sometimes you can improve your productivity with some friendly tool. That’s why, I installed m2eclipse to use Maven directly from Eclipse but when I deployed the war file in the application server I had a lot of crazy exception. After a while, I’ve found [...]
I’ve learned a lot just reading Spring Framework source code, that’s why, I always recommend programmers to read it if they want to master Spring or review a real example of test cases, mock & stub objects, etc. So how can you have all the source code in Eclipse and compiling successfully? Let’s follow these [...]
Una de las características más importantes de Spring Framework es la inyección de dependencias. Aplicando este patrón podemos lograr que las clases dependan de interfaces y no de alguna implementación específica, los beneficios de esta forma de trabajo son innumerables y pueden encontrar varios artículos que los describen a profundidad en internet y en la [...]





