3.2.4.4. Java Server Pages (JSP)
-
Java Server
Pages (or JSP) - server-side scripts that make use of Java Objects
(Java Beans) to perform most of the complex operations.
-
Each .jsp script is translated to Java on the fly, and cached.
-
Being Java it is reportedly hard to set up in Apache and
other web-servers.
-
Java has a non-open-source and problematic license.
Written by Shlomi Fish