Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 97829 invoked from network); 12 Jun 2008 19:24:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Jun 2008 19:24:18 -0000 Received: (qmail 49019 invoked by uid 500); 12 Jun 2008 19:24:08 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 48984 invoked by uid 500); 12 Jun 2008 19:24:08 -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 48968 invoked by uid 99); 12 Jun 2008 19:24:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Jun 2008 12:24:08 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of hassan.schroeder@gmail.com designates 209.85.132.247 as permitted sender) Received: from [209.85.132.247] (HELO an-out-0708.google.com) (209.85.132.247) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Jun 2008 19:23:19 +0000 Received: by an-out-0708.google.com with SMTP id b36so793715ana.95 for ; Thu, 12 Jun 2008 12:23:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=59b7vJq18ILEMI+g+xFW/nAydn3YMPx6htWZ1fW8Q0o=; b=YJ/kN6HBnDrQM5oLMu8xwq4SO4loH3eJSZ2ids4ajcLaPGGOkn5/5lHppo0KFmMz6m MGE8JKCutAQhZAz7B6m2nwuPnmM073sjU/HVQz9vIIRLIkJTDWGxLQFOEyrHq74SjMEs gUPoISZILJqMjfZqmefoMWvDQwK4z0M6i0Cdo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=wVoLIeGK6uNzLjdM5Y/wAxNtzNSm0BfjX24/kZN5NhIjakxXvmjOZOoOIG3OL9XVli Kgn44hG5Z3N+mK79fwQRI5V4sTnCzP+DwzoL1LW1ylR0HGB/ttqiNIFJ5RD5FoiY0VuA qBfEfWmJv482ziHF+E/ddaPINPLnItNNnHMno= Received: by 10.101.71.9 with SMTP id y9mr1231587ank.127.1213298616529; Thu, 12 Jun 2008 12:23:36 -0700 (PDT) Received: by 10.100.205.20 with HTTP; Thu, 12 Jun 2008 12:23:36 -0700 (PDT) Message-ID: <4eedb92a0806121223g7c119b2cid23166be1e922ea2@mail.gmail.com> Date: Thu, 12 Jun 2008 12:23:36 -0700 From: "Hassan Schroeder" To: "Tomcat Users List" Subject: Re: Servlet navigation In-Reply-To: <48517618.4020402@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <48517618.4020402@gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org On Thu, Jun 12, 2008 at 12:16 PM, James Rome wrote: > I am doing a project for a class of HS teachers in July, to teach them > the wonders of Java and NetBeans. I designed a set of servlets to let > them manage student grades. I am having them design the basic HTML in > NVU, and put it into the try blocks of the NB-generated processRequest > servlets, and then put it into out.println("..."); blocks. ewwww. :-) You do know that it's considered better practice to use a separate view technology like JSP, Velocity, Flex, whatever for display and servlets only as controllers, right? Makes life (and debugging) a lot easier, too :-) FWIW, -- Hassan Schroeder ------------------------ hassan.schroeder@gmail.com --------------------------------------------------------------------- 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