Salam, I think that you should create a new WAR "maven" project because the exemple you're talking about is using maven but depend on "ANT" "read the pom.xml and you'll find it"
so I suggest that you create a new WebApp project using maven archetype mvn archetype:generate -DgroupId=com.mycompany.webservice.blabla -DartifactId=AmineEx -DarchetypeArtifactId=maven-archetype-webapp specify "if not already done"<packaging>WAR</packaging> instead of the default JARPackaging reuse your web.xml+beans.xml+HelloWolrd.java+HelloWorldImpl.java. that's all! -- Tigre et dragon "guardians of paradise"
