After building my first web application I was wondering about two things.
1. The classes directory is not created inside WEB-INF, instead it is
created under a different directory named "build." I thought according to
spec, the java/servlet classes are supposed to reside under WEB-INF.
2. What is the significance of org.eclipse.wtp package and the directory
structure. Can I do without it and create my java/servlet class without
this package?