JavaServer Pages technology allows web developers and designers to rapidly develop and easily maintain, information-rich, dynamic web pages that leverage existing business systems. As part of the Java family, JSP technology enables rapid development of web-based applications that are platform independent. JavaServer Pages technology separates the user interface from content generation enabling designers to change the overall page layout without altering the underlying dynamic content.
JavaServer Pages technology uses XML-like tags and scriptlets written in the Java programming language to encapsulate the logic that generates the content for the page.
JavaServer Pages technology is an extension of the Java Servlet technology.
-
JSP : Le code est dans la page HTML (qui est compilé par le serveur JSP).
-
Servlet : La page HTML est generée par le code