Some developers prefer to put JSP in WEB-INF to be sure,
that the Action-First-Pattern is used. Since JSPs are not
reachable in WEB-INF-Folder, this way they can be sure, that
JSPs are not adressed without a Struts-Action.
I consider this generally a good thing and until application
servers should be supported, that definitly not support JSPs
in WEB-INF this is okay from my point of view.
Regards Jan Prill
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=815904
Some developers prefer to put JSP in WEB-INF to be sure,
that the Action-First-Pattern is used. Since JSPs are not
reachable in WEB-INF-Folder, this way they can be sure, that
JSPs are not adressed without a Struts-Action.
I consider this generally a good thing and until application
servers should be supported, that definitly not support JSPs
in WEB-INF this is okay from my point of view.
Regards Jan Prill