|
Java Server Pages (JSP) is a technology that lets you mix regular, static HTML with dynamically-generated HTML.
Servlets are Java technology’s answer to CGI programming; JSP is a technology that lets users mix regular, static HTML with dynamically-generated HTML. This tutorial discusses the basics of Java Servlets and JSP, and the advantages of using each of these technologies.
Many Web pages that are built by CGI programs are mostly static, with the dynamic part limited to a few small locations.
But most CGI variations, including servlets, make you generate the entire page via your program, even though most of it is always the same.
JSP lets you create the two parts separately.
Here’s an example:
Welcome to Our Store Welcome to Our Store
Welcome back, To access your account settings, click here.Regular HTML for all the rest of the on-line store's Web page.
Property of TechnologyAdvice. © 2025 TechnologyAdvice. All Rights Reserved
Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.