Installation

Create a webapp with this directory structure

  ./webapp
    index.jsp

    ./images/

    ./scripts/
      foundation.js
      prototype.js

    ./WEB-INF/
      ./lib/
        foundation.jar
      web.xml
    

To retrieve images, ".js", ".css", "web.xml", "index.jsp", follow these steps :

  1. go here to retrieve ihmDemo war file
  2. Unzip the war file.
  3. Copy files from unzip diretories to your webapp directories