Posts Tagged “java”

Eclipse cannot find Java SDK 1.6 in Mac OS X

By | December 9, 2010

Configuration

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 [...]

Read more »

Finding a jar file which contains a Java class

By | December 4, 2010

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 [...]

Read more »

Proyectos Ejemplo de Spring Framework

By | October 10, 2010

videospringexampleslogo

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 [...]

Read more »

Eclipse Helios and m2eclipse

By | October 10, 2010

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 [...]

Read more »

Building Spring Framework from Subversion

By | October 6, 2010

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 [...]

Read more »

Friend of Eclipse

By | October 27, 2009

Read more »

Transformers in JAVA & Spring Framework

By | March 16, 2009

I’ve got a surprise when I saw this at Spring Web Service source code:

Read more »

Spring: Obteniendo beans desde un servlet

By | February 28, 2009

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 [...]

Read more »