How to insert JSP functionality in Servlets?

Posted by chustar on Stack Overflow See other posts from Stack Overflow or by chustar
Published on 2010-03-30T19:42:31Z Indexed on 2010/03/30 19:43 UTC
Read the original article Hit count: 372

How can I use Servlets to access the HTML uses of having JSP without having to have all my client-facing pages called *.jsp? I would rather do this than using all the response.write() stuff because I think it is easier to read and maintain when it is all clean "HTML". Is this is fair assesment?

© Stack Overflow or respective owner

Related posts about jsp

Related posts about servlets