Java Server Pages( JSP).

The 'official' Java technology for generating web pages from Java. JSP pages are automatically compiled into Java servlets, and therefore have some relationship to XSP pages. Both technologies:

However there are differences:

JSP 1.2 defines a mandatory well-formed XML syntax for JSP pages (previously to this, it was optional).