I think maybe I gave a bad example. I am still struggling with the larger concepts. I am trying to understand if JSP is a wrapper for Java or simply an additional set of classes that has "webified" functionality. From an earlier message, it sounds as if importing the servlets library is really all I need to do to have a JSP page. In the case of ASP, ASP is really a wrapper around objects implemented in the ISAPI library. However, I don't need to understand ISAPI's implementation to code ASP. Is this true of JSP or is knowing Java (which I hope to do anyway) really necessary to writing JSP? On a more specific level, what interface is providing the response.redirect() methods and where can I find doc's for methods like this? Thanks for everyones responses. Devon Manelski MCP -----Original Message----- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Matthews,Paul Sent: Thursday, June 29, 2000 10:56 AM To: [EMAIL PROTECTED] Subject: Re: Documentation > I have seen how to write to the page using .output but I am > wondering if > there is also something akin to ASP's response.write(), etc, etc. don't you just need out.println("..."); paul =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". 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". 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
