JVM Languages
psp1.txt
Associated article: Python Server Pages: Part I
Tags: JVM Languages
Published source code accompanying the article by Kirby Angell in which he discusses Python Server Pages (PSP) is a server-side scripting engine designed along the lines of Microsoft's Active Server Pages (ASP) and Sun's Java Server Pages (JSP) specification. Also see PSP100.JAR.
Python Server Pages: Part 1 by Kirby W. Angell Listing One <HTML> <HEAD> <TITLE>Hello World</TITLE> </HEAD> <BODY> $[include banner.psp]$ <H1>Hello World</H1&...


