On 1/14/2001 at 6:04 PM Donna Jackson wrote:
> I am wondering if this will be detrimental in any way? Should these
.java files be removed from the web-inf/classes directory and placed
into a different directory?
It's really a matter of style more than anything else. In and of
itself, it makes no practical difference. Personally, I keep them
seperate.
A lot developers use Ant to compile their projects, since among other
things, it makes it easy to relocate the class files.
If you are interested in JSP and MVC, you should be sure to take a look
at the Struts framework.
Both Ant and Struts are found at < http://jakarta.apache.org >
*********** REPLY SEPARATOR ***********
Hi,
I had previously posted this question, however I had inadvertently
attached
it as an answer to a previous posting instead of as a new message.
Here it
is again...
I am a newcomer to JSPs, and have been experimenting with writing them
at
work. We are trying to build a web-based application and would like to
follow the MVC architecture, and would like to generate our pages using
JSPs. We have installed Tomcat on our application server, and have the
following classpath: /usr/local/tomcat/webapps/ with the classes being
in
/usr/local/tomcat/webapps/web-inf/classes. After reading a previous
posting
recommending not to put java files in the web-inf/classes directory, I
checked ours and found that both the java files and the compiled
classes are
in this directory.
I am wondering if this will be detrimental in any way? Should these
.java
files be removed from the web-inf/classes directory and placed into a
different directory?
Thanks,
Donna
========================================================================
===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets