home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1999 November / PCONLINE_11_99.ISO / filesbbs / OS2 / APCHSSL2.ZIP / OS2HTTPD / public / htdocs / gsp / simple_test.gsp < prev    next >
Encoding:
Text File  |  1998-10-03  |  285 b   |  13 lines

  1. <html><head><title>test</title></head>
  2. <body><h1>test</h1>
  3. <java type="import">
  4.     com.bitmechanic.util.*
  5.     java.util.Date
  6. </java>
  7. <java type=cache policy=global ttl=60s>
  8.     Date cacheDate = new Date();
  9.         cacheBuffer.append("Last cache update: " + cacheDate);
  10. </java>
  11.  
  12. </body></html>
  13.