On Thu, Jun 12, 2008 at 12:16 PM, James Rome <[EMAIL PROTECTED]> 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 ------------------------ [EMAIL PROTECTED] --------------------------------------------------------------------- To start a new topic, e-mail: [email protected] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
