Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 71788 invoked from network); 12 Aug 2006 02:54:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Aug 2006 02:54:52 -0000 Received: (qmail 42961 invoked by uid 500); 12 Aug 2006 02:54:40 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 42942 invoked by uid 500); 12 Aug 2006 02:54:39 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 42924 invoked by uid 99); 12 Aug 2006 02:54:39 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Aug 2006 19:54:39 -0700 X-ASF-Spam-Status: No, hits=0.8 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE,MAILTO_TO_SPAM_ADDR,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of fanfaron@gmail.com designates 64.233.182.188 as permitted sender) Received: from [64.233.182.188] (HELO nf-out-0910.google.com) (64.233.182.188) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Aug 2006 19:54:38 -0700 Received: by nf-out-0910.google.com with SMTP id q29so1280981nfc for ; Fri, 11 Aug 2006 19:54:17 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=WE6d7nXk4O+VTgXS3pcEDRCYgz5feSPhVmab1Z6C1qKN7jEvJz36+10bO2myskc+tYiG/uDbf7FbtQYPwvL75DIsnUmPZ/kE2UX5jttvuebbwaoMWdIDCVJjZaDDKFhgzUL5ZK2HPQtDTUN2saYOWQ9J+2qKRd4M6MmcOuiccYs= Received: by 10.48.230.18 with SMTP id c18mr4452083nfh; Fri, 11 Aug 2006 19:54:17 -0700 (PDT) Received: by 10.48.213.13 with HTTP; Fri, 11 Aug 2006 19:54:17 -0700 (PDT) Message-ID: <717b5e340608111954v13ca7282nf26e7d80e663f38c@mail.gmail.com> Date: Fri, 11 Aug 2006 22:54:17 -0400 From: "Lung Chan" To: "Tomcat Users List" Subject: Re: where can I find the rule about how to translate JSP to servlet jave? In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_68571_22646174.1155351257322" References: <3A55348B50FD2A40AAA40ABA16C6B6D607F295BD@EXNJMB23.nam.nsroot.net> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_68571_22646174.1155351257322 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline usually every line that's not scriplet is translated into a "println" and the scriptlet, which is <% .... %> is the java code Now for the EL(expression languages) that I don't know, you have to download the jsp 2.0 spec, it's on the Sun's site On 8/11/06, Peng Li wrote: > > HI > Thank you very much for your reply, yep, i know that, but i just wonder > how > the jasper do this translation? > > cheers > > Peng > > > 2006/8/1, Propes, Barry L : > > > > the JSPs (at runtime) automatically create a servlet in the work > > directory. Is that what you're asking? > > > > -----Original Message----- > > From: Peng Li [mailto:lipeng360@gmail.com] > > Sent: Friday, July 28, 2006 7:55 PM > > To: users@tomcat.apache.org > > Subject: where can I find the rule about how to translate JSP to servlet > > jave? > > > > > > Hi > > in tomcat, the jsp is translated to java, and then compiled to class. > does > > anyone know where can i find the rule about how to do the translation? > > > > appreciate any help > > cheers > > > > Peng > > > > --------------------------------------------------------------------- > > To start a new topic, e-mail: users@tomcat.apache.org > > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org > > For additional commands, e-mail: users-help@tomcat.apache.org > > > > > > ------=_Part_68571_22646174.1155351257322--