Hello,
I am just a beginner using JSP, I have a very fundamental question about the directory structure mentioned in your lesson.
1. Why should one create the following directory structure to use a JSP? Any specific reason for this approach?
2. Can't put the JSP under the classes directory instead of com/com/stardeveloper/bean/test/?
3. Is there any material or any website which explains clearly about this approach?
/WEB-NF/classes/com/stardeveloper/bean/test/SimpleBean.java
Thanks
Sri