<%-- This is a PSP comment. It won't show up in the HTML or even in the class that this file will generate --%> <%@ page imports = "sys,os,time,PSP.Examples.PSPExamplePage:PSPExamplePage"%><%-- Here's the modules that I need in this file. --%> <%@ page method="writeContent" %><%-- This is the method of the base class that I want to override, writeHTML is the default. --%> <%@ page extends="PSPExamplePage"%><%--This is the base class for this page. Page is the default. --%> <%@ page isInstanceSafe="yes" %><%-- Each instance of this class can be used multiple times. --%> <%@ page indentType="tabs" %><%-- Use tabs to indent the sourcefile that this template will produce. --%> <%-- Method declaration Test --%> return "PSP Hello"

Hello from PSP!

<%-- This image is served by WebKit --%>

This is PSP. You can browse through the docs here.

Here are some examples. PSPTests shows most of the functionality:

So anyway, read through the docs, and look at PSPTests for examples. Let us know what we can do better or more effectively.