Archive

Archive for February 16th, 2009

Como crear paquetes de distribucion con maven

February 16th, 2009

Hola espero estos links les sirva.

Explica como  usar el plugin  assembly de maven. Este plugin es muy bueno ya nos ayuda a empaquetar nuestro código fuente para distribuir o crear un jar ejecutable :).

http://www.chuidiang.com/chuwiki/index.php?title=Hacer_un_zip_para_distribuir

Este es también bueno que da una vista mas detallada, pero esta en ingles :) sorry

http://propellors.net/maven/book/assemblies.html

Renan Huanca maven

How to use Spring (2.5) annotations

February 16th, 2009

Hi. Today i fount a good tutorial about Spring 2.5 annotations.

  1. I’d like how it is explained in detail
  2. I’d like how it is using mave2

so, take a look a it :)

Spring 2.5 and annotation-based dependency injection

Renan Huanca Spring, maven , ,