Identity card

Technolgies used

CHAU was developed with (websites links are in top bar above)

  • Maven 2.0.4
  • Eclipse 3.1.1 (with Maven2 plugin)
  • IzPack 3.8.1
  • Java JDK 5.0
  • Wink 2.0 for tutorials (WNK files)

Project sources directories structure

The project sources contain directories structure below

  • Directory "src" : Contain all java sources and resources (used by Maven 2)
  • Directory "images" : Contain all images used by application
  • Directory "bin" : Contain dll used by IzPack to add shortcut functionalitie for Windows OS
  • Directory "os" : Contain all files used by IzPack to build installation cross-platform archive file
  • File "pom.xml" : Maven 2 project description, used by Maven 2 to build and manage project
  • File "install-builder.xml" : IzPack installation file generator description, used by IzPack to build installation cross-platform archive file (Launch Maven 2 "clean compile test-compile" goals before run it !)