Web Server Administration: Java Server Pages (JSP)
Java Server Pages (JSP)
Similar to SSI, but more flexible
Similar to ASP, but more portable (and faster)
Allows Java code to be embedded into a web page (This is not JavaScript!)
Java code is compiled first time page is accessed, then stored as an object