The Artima Developer Community
Sponsored Link

Java Buzz Forum
Read on JSP 1.2

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Nanik

Posts: 16
Nickname: nanik
Registered: Jun, 2003

Seasoned Contractor for J2EE
Read on JSP 1.2 Posted: Jul 29, 2003 5:55 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Nanik.
Original Post: Read on JSP 1.2
Feed Title: Nanik's Weblog
Feed URL: http://sedoparking.com/search/registrar.php?domain=®istrar=sedopark
Feed Description: Java, J2EE, Open Source, Cafe and other
Latest Java Buzz Posts
Latest Java Buzz Posts by Nanik
Latest Posts From Nanik's Weblog

Advertisement
Today I managed to find a bit of time to read on the JSP 1.2 spec and here is what I found out

  • We can extend the JSP page using our own superclass, but our superclass must conform to a couple of things beforehand (Pg 131, Section 8.2.4)
  • Precompilation of JSP page can be done by using the jsp_recompile='true' OR jsp_recompile=true in the querystring. This is a MUST for a JSP container to implement (Pg 133 Section 8.4.2)
  • Other protocol than HTTP can be supported by the JSP container, but the JSP must use the superclass that implements the JspPage interface not the HttpJspPage interface
  • In querystring we are not allowed use paramater names that starts with jsp_, if there are any it will be ignored by the container (Pg 133 Section 8.4.1)
  • If you are using setContentType, redirect or error method, don't use buffering turn it off in the <@page..> directive (Pg 132 Section 8.3)
  • Read: Read on JSP 1.2

    Topic: London foxes Previous Topic   Next Topic Topic: Text Summaries in Java

    Sponsored Links



    Google
      Web Artima.com   

    Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use