Struts 2 tutorial clarification,
June 11, 2007 at 11:05 PM
HI,
- We have added index.html file to add the link to call all the tutorials present. You can remove index.html with your project file. - the build.xml creates the "classes" folder under the src folder... Acuall build.xml file first compiles the java files and stores in the src/classes directory. Then it creates jar file and place in the WEB-INF/lib directory. So, no need to place compiled files in WEB-INF/classes directory.