Glossary:

JSP

JSP is an acronym for Java Server Pages. It is a server-side scripting language that allows web developers to create dynamic web content. It is similar in its application to PHP and ASP.

Unlike ASP it is platform independent. JSP technology uses XML-like tags that encapsulate the logic that generates the content for the page.