Description of Servlets and JSP :
This tutorial teaches you all about Servlets and JSP (Java Server Pages) and the advantages in using them. It will be used to mix regular static HTML with dynamically generated HTML as for e.g. in a weather-report or news headlines page might generate the page dynamically, sometimes even retuning the old page if it is still current. The Web page acquires data from corporate databases or other such sources. The tutorial also explains not just the basics of Java Servlets and JSP but also the advantages of using them over other technologies.