Nope - Andrew is right - JSP's are only part of the configuation and support files in a well-written MVC webapp - it's only TEMPLATE text. Just like if you send a canned email, I'm sure you keep your email templates under WEB-INF, right? Well, JSP's are just out.println() template.

w

On Thu, 20 Jan 2005 00:05:22 -0500
 "Frank W. Zammetti" <[EMAIL PROTECTED]> wrote:
That's an interesting view of JSPs. I've always thought of WEB-INF as configuration and support files only. In that mindset, a JSP wouldn't fit because it is a piece of the application itself, not configuration and not a support file, like JARs would be for instance.

In any case, I'm not trying to argue the point or anything, it's certainly a valid approach. Just an interesting perspective to me is all.

--
Frank W. Zammetti
Founder and Chief Software Architect
Omnytex Technologies
http://www.omnytex.com

Andrew Hill wrote:
If you dont keep your JSP under WEB-INF (IMHO thats where they belong because they are 'code & config' , just like your classes,jars, and

--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to