hi,
you should use JSP more on the "gui" side, where you display html to a user and servlets for the working stuff.
it is easier to output html from a jsp as in a servlet (only if you dont you like using println("") with every line of html).
it is good practice to separate the display of data from the manipulation (somewhat ModelViewController)
karl