To "get" jsp, you should be able to understand servlet api because jsp's are converted to servlets by your app server and then the servlets that are generated are compiled and run. App servers all have some way to "keepgenerated" code. Find out how your app server does this, and view the servlet code that is generated from your jsp and you will understand jsp better. >From: Devon Manelski <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server Pages specification and > reference <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re: Documentation >Date: Thu, 29 Jun 2000 11:18:52 -0400 > >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 ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com =========================================================================== 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
