Feb

15

Posted by : hopcroft | On : 15/02/2013

Have you ever came across with the  error ‘How to solve Plugin execution not covered by lifecycle configuration‘ when you add a new plug-in to your pom file in Eclipse?.

 

Plugin error with m2eclipse

 

If the answer is yes, the solution is pretty straightforward. But first, it’s interesting to know why Eclipse thinks that there is an error within your pom file.

Continue Reading

Sep

17

Posted by : hop2croft | On : 17/09/2011

springsourcelogo

In the following post we are going to talk about the Spring MVC project. But before that I have been thinking about writing some other posts about the Spring framework. I’m going to talk about some SpringSource projects such as Spring MVC, Spring Web Flow, Spring Security (O Auth) or Spring Faces to name a few. Moreover I’m planning to start writing about continuous integration and testing with (Hudson / Jenkins, Sonar, Cobertura, Selenium, Checkstyles, PMD, …). I’d also like write about Cloud Computing , as a novice developer in this particular subject, analyzing some frameworks and tools such as the Google App Engine (GAE) or Micro Cloud Foundry. But there is much left to all I have just mentioned so …. it is time to start with Spring MVC.

Continue Reading

Sep

15

Posted by : hop2croft | On : 15/09/2011

selenium logo

Selenium es un framework de pruebas que permite automatizar los test de aceptación en nuestras aplicaciones web. Selenium permite probar el correcto funcionamiento de la interacción de usuario con los elementos de nuestras páginas web. Básicamente el framework Selenium nos permite dos cosas:

Continue Reading

Sep

10

Posted by : hop2croft | On : 10/09/2011

springsourcelogo

En el siguiente post vamos a hablar un poco de Spring MVC. Pero antes comentar que tengo pensado hacer una serie de post (el primero es este) sobre Spring. En concreto intentaré hablar un poco de proyecto de SpringSource como Spring MVC, Spring Web Flow, Spring Security (O Auth) ó Spring Faces. Además voy a hablar un poco de desarrollo e integración continua y pruebas (Hudson / Jenkins, Sonar, Cobertura, Selenium, Checkstyles, PMD, …). También me gustaría tratar temas de Cloud Computing , siempre como absoluto novato en la materia, analizando herramientas como Google App Engine (GAE) ó Micro Cloud Foundry. Pero para ello todavía queda …. así que empezaré con Spring MVC.

Continue Reading

Aug

12

Posted by : hop2croft | On : 12/08/2011

vaadin-logo After the short introduction, server-side RIA framework, we are going to make a our first easy example with Vaadin. As we mentioned in the previous post, Vaadin is perfectly integrated with Maven 2. There is a specific Maven 2 archetype for Vaadin which can be found in here Using Vaadin with Maven.

Continue Reading

Aug

07

Posted by : hop2croft | On : 07/08/2011

vaadin-logo Después de la breve introducción que se dio en server-side RIA framework, vamos a realizar un breve ejemplo con Vaadin que sirva de primera toma de contacto. Como ya contamos en el post anterior Vaadin queda perfectamente integrado con Maven 2. Es más tenemos un arquetipo específico en Maven 2 para Vaadin que podemos encontrar en Using Vaadin with Maven.

Continue Reading

Aug

07

Posted by : hop2croft | On : 07/08/2011

vaadin-logo

Today we are going to talk about Vaadin, a server-side RIA framework that makes easy the UI development in our web applications. As the official Vaadin homepage says, Vaadin is:

Vaadin is a server-side AJAX web application development framework that enables developers to build high-quality user interfaces with Java. It provides a library of ready-to-use user interface components and a clean framework for creating your own components. The focus is on ease-of-use, re-usability, extensibility, and meeting the requirements of large enterprise applications. Vaadin has been used in production since 2001 and it has proven to be suitable for building demanding business applications.

Continue Reading

Aug

07

Posted by : hop2croft | On : 07/08/2011

vaadin-logo

Hoy vamos a hablar acerca Vaadin, un framework RIA que facilita el desarrollo de la parte de interfaz de usuario en aplicaciones web. Según la página oficial del proyecto, Vaadin es:

Vaadin is a server-side AJAX web application development framework that enables developers to build high-quality user interfaces with Java. It provides a library of ready-to-use user interface components and a clean framework for creating your own components. The focus is on ease-of-use, re-usability, extensibility, and meeting the requirements of large enterprise applications. Vaadin has been used in production since 2001 and it has proven to be suitable for building demanding business applications.

Continue Reading